|
UnitConversiontoBase Method (Double)
|
converts given array to 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[] 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