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