HalfTypeIncrement Operator |
Increments the System.Half operand by 1.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static HalfType operator ++(
HalfType half
)
Parameters
- half
- Type: NeoAxisHalfType
The System.Half operand.
Return Value
Type:
HalfTypeThe value of half incremented by 1.
See Also