| AlgorithmsMaximum Method |
| Name | Description | |
|---|---|---|
| MaximumT(IEnumerableT) |
Finds the maximum value in a collection.
| |
| MaximumT(IEnumerableT, IComparerT) |
Finds the maximum value in a collection. A supplied IComparer<T> is used
to compare the items in the collection.
| |
| MaximumT(IEnumerableT, ComparisonT) |
Finds the maximum value in a collection. A supplied Comparison<T> delegate is used
to compare the items in the collection.
|