Algorithms..::..Maximum Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Maximum<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Finds the maximum value in a collection.
|
![]() ![]() |
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.
|
![]() ![]() |
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.
|