CollectionAlgorithms Methods |
The CollectionAlgorithms type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BinarySearch<T>(IList<T>, T) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>.
|
![]() ![]() | BinarySearch<T>(IList<T>, T, IComparer<T>) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>.
|
![]() ![]() | BinarySearch<T>(IList<T>, T, IComparer<T>, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>.
|
![]() ![]() | BinarySearch<TListItem, TMatchItem>(IList<TListItem>, TMatchItem, CollectionAlgorithms.ComparisonOfDifferentTypes<TListItem, TMatchItem>) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>. The element to search for can be a different type from the items
in the collection.
|
![]() ![]() | BinarySearch<TListItem, TMatchItem>(IList<TListItem>, TMatchItem, CollectionAlgorithms.ComparisonOfDifferentTypes<TListItem, TMatchItem>, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>. The element to search for can be a different type from the items
in the collection.
|
![]() ![]() | CreateJaggedDoubleArray |
Creates a two-dimensional, jagged double array of the specified dimensions.
|
![]() ![]() | Reverse<T> |
Reverses the sequences of elements in a collection.
|