HalfTypeCompareTo Method (HalfType) |
Compares this instance to a specified System.Half object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public int CompareTo(
HalfType other
)
Parameters
- other
- Type: NeoAxisHalfType
A System.Half object.
Return Value
Type:
Int32
A signed number indicating the relative values of this instance and value.
Return Value Meaning Less than zero This instance is less than value. Zero
This instance is equal to value. Greater than zero This instance is greater than value.
Implements
IComparableTCompareTo(T)See Also