2 references to Max
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1085static Vector<T> ISimdVector<Vector<T>, T>.Max(Vector<T> left, Vector<T> right) => Vector.Max(left, right);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
423return Min(Max(value, min), max);