Click or drag to resize

UnitConversiontoBase Method (Double)

Converts given number to 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 toBase(
	double num = 1
)

Parameters

num (Optional)
Type: SystemDouble
Number to be converted.

Return Value

Type: Double
Converted number.
See Also