2 references to IsPositiveInfinity
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1424return IsPositiveInfinity(Abs(vector));
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1033static Vector<T> ISimdVector<Vector<T>, T>.IsPositiveInfinity(Vector<T> vector) => Vector.IsPositiveInfinity(vector);