|
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)
Syntaxpublic List<List<List<double>>> toUnit(
List<List<List<double>>> lllnums
)
Public Function toUnit (
lllnums As List(Of List(Of List(Of Double)))
) As List(Of List(Of List(Of Double)))
public:
List<List<List<double>^>^>^ toUnit(
List<List<List<double>^>^>^ lllnums
)
member toUnit :
lllnums : List<List<List<float>>> -> List<List<List<float>>>
Parameters
- lllnums
- Type: System.Collections.GenericListListListDouble
list of list numbers to be converted.
Return Value
Type:
ListListListDoubleconverted list of list of numbers.
See Also