Click or drag to resize

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)
Syntax
public double[] toBase(
	double[] arr
)

Parameters

arr
Type: SystemDouble
array of values to be converted

Return Value

Type: Double
array of converted values
See Also