Click or drag to resize

UnitConversiontoUnit Method (Double)

converts given array from the base unit of the conversion.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double[] toUnit(
	double[] arr
)

Parameters

arr
Type: SystemDouble
array with doubles to be converted.

Return Value

Type: Double
converted array of doubles.
See Also