Click or drag to resize
AlgorithmsMaximum Method
Overload List
  NameDescription
Public methodStatic memberMaximumT(IEnumerableT)
Finds the maximum value in a collection.
Public methodStatic memberMaximumT(IEnumerableT, IComparerT)
Finds the maximum value in a collection. A supplied IComparer<T> is used to compare the items in the collection.
Public methodStatic memberMaximumT(IEnumerableT, ComparisonT)
Finds the maximum value in a collection. A supplied Comparison<T> delegate is used to compare the items in the collection.
Top
See Also