IIeeeOperations<T>.IsNaN Method

Gets whether the operand is Not-a-Number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
bool IsNaN(
	T a
)

Parameters

a  T
A value.

Return Value

Boolean
true if a is NaN; otherwise false.

See Also