Click or drag to resize

HalfTypeIsNaN Method

Returns a value indicating whether the specified number evaluates to not a number (System.Half.NaN).

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool IsNaN(
	HalfType half
)

Parameters

half
Type: NeoAxisHalfType
A half-precision floating-point number.

Return Value

Type: Boolean
true if value evaluates to not a number (System.Half.NaN); otherwise, false.
See Also