HalfType Conversion Operators |
| Name | Description | |
|---|---|---|
| (Decimal to HalfType) |
Converts a decimal number to a System.Half.
| |
| (Double to HalfType) |
Converts a double-precision floating-point number to a System.Half.
| |
| (Single to HalfType) |
Converts a single-precision floating-point number to a System.Half.
| |
| (HalfType to Byte) |
Converts a System.Half to an 8-bit unsigned integer.
| |
| (HalfType to Char) |
Converts a System.Half to a Unicode character.
| |
| (HalfType to Int16) |
Converts a System.Half to a 16-bit signed integer.
| |
| (HalfType to Int32) |
Converts a System.Half to a 32-bit signed integer.
| |
| (HalfType to Int64) |
Converts a System.Half to a 64-bit signed integer.
| |
| (HalfType to Decimal) |
Converts a System.Half to a decimal number.
| |
| (HalfType to SByte) |
Converts a System.Half to an 8-bit signed integer.
| |
| (HalfType to UInt16) |
Converts a System.Half to a 16-bit unsigned integer.
| |
| (HalfType to UInt32) |
Converts a System.Half to a 32-bit unsigned integer.
| |
| (HalfType to UInt64) |
Converts a System.Half to a 64-bit unsigned integer.
|