HalfTypeAddition Operator |
Adds two specified System.Half values.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static HalfType operator +(
HalfType half1,
HalfType half2
)
Parameters
- half1 HalfType
- A System.Half.
- half2 HalfType
- A System.Half.
Return Value
HalfTypeThe System.Half result of adding half1 and half2.
See Also