|
UnitConversiontoUnit Method (ListDouble)
|
converts given 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<double> toUnit(
List<double> nums
)
Public Function toUnit (
nums As List(Of Double)
) As List(Of Double)
public:
List<double>^ toUnit(
List<double>^ nums
)
member toUnit :
nums : List<float> -> List<float>
Parameters
- nums
- Type: System.Collections.GenericListDouble
list of numbers to be converted
Return Value
Type:
ListDoubleconverted list of numbers
See Also