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