Returns a value indicating whether the specified number evaluates to not a number (System.Half.NaN).
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool IsNaN(
HalfType half
)
Parameters
- half HalfType
- A half-precision floating-point number.
Return Value
Booleantrue if value evaluates to not a number (System.Half.NaN); otherwise, false.
See Also