Wintellect.PowerCollections Namespace
Algorithms Class
Algorithms Methods
GhostDoc Pro Sample Help File

Algorithms..::..Maximum Method

Overload List


  Name Description
Public method Static member Maximum<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Finds the maximum value in a collection.
Public method Static member Maximum<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), IComparer<(Of <<'(T>)>>))
Finds the maximum value in a collection. A supplied IComparer<T> is used to compare the items in the collection.
Public method Static member Maximum<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Comparison<(Of <<'(T>)>>))
Finds the maximum value in a collection. A supplied Comparison<T> delegate is used to compare the items in the collection.