CollectionBase1.BinarySearch
BinarySearch(T)
public int BinarySearch(T item)
Parameter | Type | Description |
---|---|---|
item | T |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
BinarySearch(T, IComparer<T>)
public int BinarySearch(T item, IComparer<T> comparer)
Parameter | Type | Description |
---|---|---|
item | T | |
comparer | IComparer`1 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
BinarySearch(int, int, T, IComparer<T>)
public int BinarySearch(int index, int count, T item, IComparer<T> comparer)
Parameter | Type | Description |
---|---|---|
index | Int32 | |
count | Int32 | |
item | T | |
comparer | IComparer`1 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells