Click or drag to resize

HalfTypeAbs Method

Returns the absolute value of a half-precision floating-point number.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static HalfType Abs(
	HalfType value
)

Parameters

value  HalfType
A number in the range System.Half.MinValue ≤ value ≤ System.Half.MaxValue.

Return Value

HalfType
A half-precision floating-point number, x, such that 0 ≤ x ≤System.Half.MaxValue.
See Also