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