NSUnitConverter.GetValue(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 base units to the implementing dimensional unit.
[Foundation.Export("valueFromBaseUnitValue:")]
public virtual double GetValue (double baseUnitValue);
abstract member GetValue : double -> double
override this.GetValue : double -> double
Parameters
- baseUnitValue
- Double
Returns
- Attributes