AlgorithmsMinimum Method |
Name | Description | |
---|---|---|
![]() ![]() | MinimumT(IEnumerableT) |
Finds the minimum value in a collection.
|
![]() ![]() | MinimumT(IEnumerableT, IComparerT) |
Finds the minimum value in a collection. A supplied IComparer<T> is used
to compare the items in the collection.
|
![]() ![]() | MinimumT(IEnumerableT, ComparisonT) |
Finds the minimum value in a collection. A supplied Comparison<T> delegate is used
to compare the items in the collection.
|