- other
- A half-precision floating-point number to compare.
A signed number indicating the relative values of this instance and value. If the number is:Less than zero, then this instance is less than other, or this instance is not a number (OpenTK.Half.NaN) and other is a number.
Zero: this instance is equal to value, or both this instance and other are not a number (OpenTK.Half.NaN), OpenTK.Half.PositiveInfinity, or OpenTK.Half.NegativeInfinity.
Greater than zero: this instance is greater than othrs, or this instance is a number and other is not a number (OpenTK.Half.NaN).