2 references to MinInteger
System.Linq (2)
System\Linq\Min.cs (2)
36
public static int? Min(this IEnumerable<int?> source) =>
MinInteger
(source);
38
public static long? Min(this IEnumerable<long?> source) =>
MinInteger
(source);