BinarySearch
BinarySearch(T)
public int BinarySearch(T item)
Parameter | Typ | Beschreibung |
---|---|---|
item | T |
Siehe auch
- class CollectionBase<T>
- namensraum Aspose.Cells
- Montage Aspose.Cells
BinarySearch(T, IComparer<T>)
public int BinarySearch(T item, IComparer<T> comparer)
Parameter | Typ | Beschreibung |
---|---|---|
item | T | |
comparer | IComparer`1 |
Siehe auch
- class CollectionBase<T>
- namensraum Aspose.Cells
- Montage Aspose.Cells
BinarySearch(int, int, T, IComparer<T>)
public int BinarySearch(int index, int count, T item, IComparer<T> comparer)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | |
count | Int32 | |
item | T | |
comparer | IComparer`1 |
Siehe auch
- class CollectionBase<T>
- namensraum Aspose.Cells
- Montage Aspose.Cells