UnitDescriptor Constructor |
| Name | Description | |
|---|---|---|
| UnitDescriptor(String, UnitType, String, IUnitConverter) |
Initializes a new instance of the UnitDescriptor class with an IUnitConvertor for conversion.
| |
| UnitDescriptor(String, UnitType, String, Double) |
Initializes a new instance of the UnitDescriptor class with a multiplier for conversion.
| |
| UnitDescriptor(String, UnitType, String, IUnitConverter, UnitSystem) |
Initializes a new instance of the UnitDescriptor class with an IUnitConvertor for conversion and a specific unit system.
| |
| UnitDescriptor(String, UnitType, String, Double, UnitSystem) |
Initializes a new instance of the UnitDescriptor class with a multiplier for conversion and a specific unit system.
|