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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
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: HalfType
A half-precision floating-point number, x, such that 0 ≤ x ≤System.Half.MaxValue.
See Also