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