HalfTypeGreaterThan Operator |
Returns a value indicating whether a specified System.Half is greater than another specified System.Half.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool operator >(
HalfType half1,
HalfType half2
)
Parameters
- half1
- Type: NeoAxisHalfType
A System.Half. - half2
- Type: NeoAxisHalfType
A System.Half.
Return Value
Type:
Booleantrue if half1 is greater than half2; otherwise, false.
See Also