BinarySearch
BinarySearch(T)
public int BinarySearch(T item)
Parámetro | Escribe | Descripción |
---|---|---|
item | T |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
BinarySearch(T, IComparer<T>)
public int BinarySearch(T item, IComparer<T> comparer)
Parámetro | Escribe | Descripción |
---|---|---|
item | T | |
comparer | IComparer`1 |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
BinarySearch(int, int, T, IComparer<T>)
public int BinarySearch(int index, int count, T item, IComparer<T> comparer)
Parámetro | Escribe | Descripción |
---|---|---|
index | Int32 | |
count | Int32 | |
item | T | |
comparer | IComparer`1 |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells