2 references to MinFloat
System.Linq (2)
System\Linq\Min.cs (2)
72
public static float? Min(this IEnumerable<float?> source) =>
MinFloat
(source);
76
public static double? Min(this IEnumerable<double?> source) =>
MinFloat
(source);