|
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)
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