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

Algorithms..::..IndexOfMinimum Method

Overload List


  Name Description
Public method Static member IndexOfMinimum<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>))
Finds the index of the minimum value in a list.
Public method Static member IndexOfMinimum<(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 method Static member IndexOfMinimum<(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.