BinarySearch
BinarySearch(T)
public int BinarySearch(T item)
Parameter | Typ | Beskrivning |
---|---|---|
item | T |
Se även
- class CollectionBase<T>
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
BinarySearch(T, IComparer<T>)
public int BinarySearch(T item, IComparer<T> comparer)
Parameter | Typ | Beskrivning |
---|---|---|
item | T | |
comparer | IComparer`1 |
Se även
- class CollectionBase<T>
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
BinarySearch(int, int, T, IComparer<T>)
public int BinarySearch(int index, int count, T item, IComparer<T> comparer)
Parameter | Typ | Beskrivning |
---|---|---|
index | Int32 | |
count | Int32 | |
item | T | |
comparer | IComparer`1 |
Se även
- class CollectionBase<T>
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells