Click or drag to resize

HalfTypeCompareTo(HalfType) Method

Compares this instance to a specified System.Half object.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int CompareTo(
	HalfType other
)

Parameters

other  HalfType
A System.Half object.

Return Value

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