Divides 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 Divide(
HalfType half1,
HalfType half2
)
Parameters
- half1 HalfType
- A System.Half (the dividend).
- half2 HalfType
- A System.Half (the divisor).
Return Value
HalfTypeThe System.Half that is the result of dividing half1 by half2.
Exceptions
See Also