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