NSUnitConverter.GetBaseUnitValue(Double) Method

Definition

When implemented in subclasses, converts from the implementing unit to the base unit for the dimension.

[Foundation.Export("baseUnitValueFromValue:")]
public virtual double GetBaseUnitValue (double value);
abstract member GetBaseUnitValue : double -> double
override this.GetBaseUnitValue : double -> double

Parameters

value
Double

The quantity to be converted to base units.

Returns

Attributes

Applies to