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