Operations<T>.IsNaN Property

Gets a delegate that returns whether the operand is Not-a-Number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Func<T, bool> IsNaN { get; }

Property Value

Func<T, Boolean>

See Also