Returns the minimum value in a sequence of long values.
- source
- A sequence of long values to determine the minimum value of.
The minimum value in the sequence.
The Enumerable.Min(IEnumerable<long>) method uses the long implementation of IComparable`1 to compare values.
In vbprvb query expression syntax, an Aggregate Into Min() clause translates to an invocation of erload:System.Linq.Enumerable.Min.