|
| Name | Description |
|---|
 | Unit()()()() |
Creates a class instance
|
 | Unit(Double) |
Initializes a new instance of the Unit with the specified double precision floating point number.
|
 | Unit(Int32) |
Initializes a new instance of the Unit with the specified 32-bit signed integer.
|
 | Unit(Single) |
Initializes a new instance of the Unit with the specified double precision floating point number.
|
 | Unit(String) |
Initializes a new instance of the Unit with the specified length.
|
 | Unit(UnitType) |
Creates a class instance
|
 | Unit(Double, UnitType) |
Initializes a new instance of the Unit with the specified double precision floating point number and the target type
|
 | Unit(Int32, UnitType) |
Initializes a new instance of the Unit with the specified 32-bit signed integer and the target type
|
 | Unit(Single, UnitType) |
Initializes a new instance of the Unit with the specified double precision floating point number and the target type.
|
 | Unit(String, CultureInfo) |
Initializes a new instance of the Unit with the specified length.
|