







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | IndexOfMaximum<(Of <T>)>(IList<(Of <T>)>) |
Finds the index of the maximum value in a list.
|
![]() ![]() | IndexOfMaximum<(Of <T>)>(IList<(Of <T>)>, IComparer<(Of <T>)>) |
Finds the index of the maximum value in a list. A supplied IComparer<T> is used
to compare the items in the collection.
|
![]() ![]() | IndexOfMaximum<(Of <T>)>(IList<(Of <T>)>, Comparison<(Of <T>)>) |
Finds the index of the maximum value in a list. A supplied Comparison<T> delegate is used
to compare the items in the collection.
|