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