IIeee Operations<T>.Is Na N Method
Gets whether the operand is Not-a-Number.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if a is NaN; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
bool IsNaN(
T a
)
Parameters
- a T
- A value.
Return Value
Booleantrue if a is NaN; otherwise false.