|
UnitConversiontoUnit Method (Double)
|
converts given array 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 double[] toUnit(
double[] arr
)
Public Function toUnit (
arr As Double()
) As Double()
public:
array<double>^ toUnit(
array<double>^ arr
)
member toUnit :
arr : float[] -> float[]
Parameters
- arr
- Type: SystemDouble
array with doubles to be converted
Return Value
Type:
Doubleconverted array of doubles
See Also