Represents a 16-bit floating point value (half precision) Warning: this type may not be natively supported by your hardware, or its usage may be suboptimal
| Constructor | Description |
|---|---|
| f16 | Constructs a half value from a half value. |
| Method | Description |
|---|---|
| Equals | Returns true if the f16 is equal to a given f16, false otherwise. |
| GetHashCode | Returns a hash code for the half. |
| Operator | Description |
|---|---|
| operator != | Returns whether two f16 values are different. |
| operator == | Returns whether two f16 values are equal. |