NSUnitConverter.GetBaseUnitValue(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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