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