|
UnitConversiontoUnit Method (Double)
|
Converts number from the base unit to the conversion.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double toUnit(
double num
)
Public Function toUnit (
num As Double
) As Double
public:
double toUnit(
double num
)
member toUnit :
num : float -> float
Parameters
- num
- Type: SystemDouble
Number to be converted.
Return Value
Type:
DoubleConverted number.
See Also