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