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: 1.0.0.0 (1.0.0.0)
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