Click or drag to resize

HalfTypeLessThan Operator

Returns a value indicating whether a specified System.Half is less than another specified System.Half.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool operator <(
	HalfType half1,
	HalfType half2
)

Parameters

half1  HalfType
A System.Half.
half2  HalfType
A System.Half.

Return Value

Boolean
true if half1 is less than half1; otherwise, false.
See Also