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