Click or drag to resize

HalfTypeCompareTo Method (HalfType)

Compares this instance to a specified System.Half object.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
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