BinarySearch
BinarySearch(T)
public int BinarySearch(T item)
| Parametre | Tip | Tanım |
|---|---|---|
| item | T |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
BinarySearch(T, IComparer<T>)
public int BinarySearch(T item, IComparer<T> comparer)
| Parametre | Tip | Tanım |
|---|---|---|
| item | T | |
| comparer | IComparer`1 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
BinarySearch(int, int, T, IComparer<T>)
public int BinarySearch(int index, int count, T item, IComparer<T> comparer)
| Parametre | Tip | Tanım |
|---|---|---|
| index | Int32 | |
| count | Int32 | |
| item | T | |
| comparer | IComparer`1 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells