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