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