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