Click or drag to resize

UnitDescriptor Constructor

Overload List
  NameDescription
Public methodUnitDescriptor(String, UnitType, String, IUnitConverter)
Initializes a new instance of the UnitDescriptor class with an IUnitConvertor for conversion.
Public methodUnitDescriptor(String, UnitType, String, Double)
Initializes a new instance of the UnitDescriptor class with a multiplier for conversion.
Public methodUnitDescriptor(String, UnitType, String, IUnitConverter, UnitSystem)
Initializes a new instance of the UnitDescriptor class with an IUnitConvertor for conversion and a specific unit system.
Public methodUnitDescriptor(String, UnitType, String, Double, UnitSystem)
Initializes a new instance of the UnitDescriptor class with a multiplier for conversion and a specific unit system.
Top
See Also