HalfTypeUnaryPlus Operator |
Returns the value of the System.Half operand (the sign of the operand is unchanged).
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static HalfType operator +(
HalfType half
)
Parameters
- half HalfType
- The System.Half operand.
Return Value
HalfTypeThe value of the operand, half.
See Also