CollectionAlgorithms Methods |
The CollectionAlgorithms type exposes the following members.
Name | Description | |
---|---|---|
BinarySearchT(IListT, T) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT.
| |
BinarySearchT(IListT, T, IComparerT) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT.
| |
BinarySearchT(IListT, T, IComparerT, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT.
| |
BinarySearchTListItem, TMatchItem(IListTListItem, TMatchItem, CollectionAlgorithmsComparisonOfDifferentTypesTListItem, TMatchItem) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT. The element to search for can be a different type from the items
in the collection.
| |
BinarySearchTListItem, TMatchItem(IListTListItem, TMatchItem, CollectionAlgorithmsComparisonOfDifferentTypesTListItem, TMatchItem, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT. 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.
| |
ReverseT |
Reverses the sequences of elements in a collection.
|