HalfType Constructor |
Name | Description | |
---|---|---|
HalfType(Decimal) |
Initializes a new instance of System.Half to the value of the specified decimal number.
| |
HalfType(Double) |
Initializes a new instance of System.Half to the value of the specified double-precision floating-point number.
| |
HalfType(Int32) |
Initializes a new instance of System.Half to the value of the specified 32-bit signed integer.
| |
HalfType(Int64) |
Initializes a new instance of System.Half to the value of the specified 64-bit signed integer.
| |
HalfType(Single) |
Initializes a new instance of System.Half to the value of the specified single-precision floating-point number.
| |
HalfType(UInt32) |
Initializes a new instance of System.Half to the value of the specified 32-bit unsigned integer.
| |
HalfType(UInt64) |
Initializes a new instance of System.Half to the value of the specified 64-bit unsigned integer.
|