Returns the absolute value of a half-precision floating-point number.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static HalfType Abs(
HalfType value
)
Parameters
- value HalfType
- A number in the range System.Half.MinValue ≤ value ≤ System.Half.MaxValue.
Return Value
HalfTypeA half-precision floating-point number, x, such that 0 ≤ x ≤System.Half.MaxValue.
See Also