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