Unit Constructor |
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(UnitMode) |
Creates a class instance
|
![]() |
Unit(Double, UnitMode) |
Initializes a new instance of the Unit with the specified double precision floating point number and the target type
|
![]() |
Unit(Int32, UnitMode) |
Initializes a new instance of the Unit with the specified 32-bit signed integer and the target type
|
![]() |
Unit(Single, UnitMode) |
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.
|