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