Click or drag to resize

UnitConversiontoUnit Method (ListListListListDouble)

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<List<double>>>> toUnit(
	List<List<List<List<double>>>> llllnums
)

Parameters

llllnums
Type: System.Collections.GenericListListListListDouble
list of list numbers to be converted.

Return Value

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