1 reference to IsInfinity
System.Runtime.Numerics (1)
System\Numerics\Complex.Generic.cs (1)
562
public static bool IsNaN(Complex<T> value) => !
IsInfinity
(value) && !IsFinite(value);