2 references to MaxFloat
System.Linq (2)
System\Linq\Max.cs (2)
100public static double Max(this IEnumerable<double> source) => MaxFloat(source); 104public static float Max(this IEnumerable<float> source) => MaxFloat(source);