Click or drag to resize

UnitConversiontoUnit Method (ListListListDouble)

converts given list of list of numbers from the base unit of the conversion.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<List<List<double>>> toUnit(
	List<List<List<double>>> lllnums
)

Parameters

lllnums
Type: System.Collections.GenericListListListDouble
list of list numbers to be converted.

Return Value

Type: ListListListDouble
converted list of list of numbers.
See Also