|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | BinarySearch(Array, Object) | Searches an entire one-dimensional sorted Array for a specific element, using the IComparable interface implemented by each element of the Array and by the specified object. |
.gif) .gif) .gif) .gif) | BinarySearch<(Of <(T>)>)(array<T>[]()[], T) | Searches an entire one-dimensional sorted Array for a specific element, using the IComparable<(Of <(T>)>) generic interface implemented by each element of the Array and by the specified object. |
.gif) .gif) | BinarySearch(Array, Object, IComparer) | Searches an entire one-dimensional sorted Array for a value using the specified IComparer interface. |
.gif) .gif) .gif) .gif) | BinarySearch<(Of <(T>)>)(array<T>[]()[], T, IComparer<(Of <(T>)>)) | Searches an entire one-dimensional sorted Array for a value using the specified IComparer<(Of <(T>)>) generic interface. |
.gif) .gif) | BinarySearch(Array, Int32, Int32, Object) | Searches a range of elements in a one-dimensional sorted Array for a value, using the IComparable interface implemented by each element of the Array and by the specified value. |
.gif) .gif) .gif) .gif) | BinarySearch<(Of <(T>)>)(array<T>[]()[], Int32, Int32, T) | Searches a range of elements in a one-dimensional sorted Array for a value, using the IComparable<(Of <(T>)>) generic interface implemented by each element of the Array and by the specified value. |
.gif) .gif) .gif) .gif) | BinarySearch(Array, Int32, Int32, Object, IComparer) | Searches a range of elements in a one-dimensional sorted Array for a value, using the specified IComparer interface. |
.gif) .gif) .gif) .gif) | BinarySearch<(Of <(T>)>)(array<T>[]()[], Int32, Int32, T, IComparer<(Of <(T>)>)) | Searches a range of elements in a one-dimensional sorted Array for a value, using the specified IComparer<(Of <(T>)>) generic interface. |