BinarySearch
BinarySearch(T)
public int BinarySearch(T item)
| 范围 | 类型 | 描述 |
|---|---|---|
| item | T |
也可以看看
- class CollectionBase<T>
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
BinarySearch(T, IComparer<T>)
public int BinarySearch(T item, IComparer<T> comparer)
| 范围 | 类型 | 描述 |
|---|---|---|
| item | T | |
| comparer | IComparer`1 |
也可以看看
- class CollectionBase<T>
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
BinarySearch(int, int, T, IComparer<T>)
public int BinarySearch(int index, int count, T item, IComparer<T> comparer)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | |
| count | Int32 | |
| item | T | |
| comparer | IComparer`1 |
也可以看看
- class CollectionBase<T>
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells