|
UnitConversiontoBase Method (Double)
|
converts given array to the base unit of the conversion.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double[] toBase(
double[] arr
)
Public Function toBase (
arr As Double()
) As Double()
public:
array<double>^ toBase(
array<double>^ arr
)
member toBase :
arr : float[] -> float[]
Parameters
- arr
- Type: SystemDouble
array of values to be converted.
Return Value
Type:
Doublearray of converted values.
See Also