IndexOfMinimum Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodStatic memberIndexOfMinimum<(Of <T>)>(IList<(Of <T>)>)
Finds the index of the minimum value in a list.
Public methodStatic memberIndexOfMinimum<(Of <T>)>(IList<(Of <T>)>, IComparer<(Of <T>)>)
Finds the index of the minimum value in a list. A supplied IComparer<T> is used to compare the items in the collection.
Public methodStatic memberIndexOfMinimum<(Of <T>)>(IList<(Of <T>)>, Comparison<(Of <T>)>)
Finds the index of the minimum value in a list. A supplied Comparison<T> delegate is used to compare the items in the collection.

See Also