Click or drag to resize

HalfTypeIncrement Operator

Increments the System.Half operand by 1.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static HalfType operator ++(
	HalfType half
)

Parameters

half  HalfType
The System.Half operand.

Return Value

HalfType
The value of half incremented by 1.
See Also