Click or drag to resize

UnitConversiontoUnit Method (ListListDouble)

converts given list of list of numbers from 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<List<double>> toUnit(
	List<List<double>> llnums
)

Parameters

llnums
Type: System.Collections.GenericListListDouble
list of list numbers to be converted

Return Value

Type: ListListDouble
converted list of list of numbers
See Also