Click or drag to resize

UnitConversiontoBase Method (ListDouble)

converts given list of numbers to the base unit of the conversion

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<double> toBase(
	List<double> nums
)

Parameters

nums
Type: System.Collections.GenericListDouble
list of numbers to be converted

Return Value

Type: ListDouble
converted list of numbers
See Also