3 references to Compare
System.Linq (3)
System\Linq\MaxMin.cs (3)
78
best = TMinMax.
Compare
(best, Vector256.Create(data));
81
best = TMinMax.
Compare
(best, Vector256.Create(span.Slice(span.Length - Vector256<T>.Count)));
100
Vector256<T> best256 = TMinMax.
Compare
(best.GetLower(), best.GetUpper());