Interface IUnit
Defines a unit of measure that is used as a standard for measurement of the same kind of quantity.
public interface IUnit : IBaseUnit
- Inherited Members
Properties
FormatOptions
Gets the format options of the unit.
UnitFormatOptions FormatOptions { get; }
Property Value
- UnitFormatOptions
The format options of the unit.
Value
Gets the base value of the unit.
double Value { get; }
Property Value
- double
The base value of the unit.