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