IIeeeOperations<T>.IsNaN Method

Gets whether the operand is Not-a-Number.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
bool IsNaN(
	T a
)

Parameters

a  T
A value.

Return Value

Boolean
true if a is NaN; otherwise false.

See Also