System::Collections::Generic::List::BinarySearch μέθοδος
περιεχόμενα
[
κρύβω
]List::BinarySearch(const T&) const method
Αναζητά το στοιχείο σε μια ταξινομημένη λίστα.
int System::Collections::Generic::List<T>::BinarySearch(const T &item) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| στοιχείο | const T& | Αντικείμενο προς αναζήτηση. |
ReturnValue
Δείκτης του στοιχείου σε ταξινομημένη λίστα ή συμπλήρωμα του πιο κοντινού δείκτη.
Δείτε επίσης
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::BinarySearch(const T&, const SharedPtr<System::Collections::Generic::IComparer<T>>&) const method
Αναζητά το στοιχείο σε μια ταξινομημένη λίστα.
int System::Collections::Generic::List<T>::BinarySearch(const T &item, const SharedPtr<System::Collections::Generic::IComparer<T>> &comparer) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| στοιχείο | const T& | Αντικείμενο προς αναζήτηση. |
| comparer | const SharedPtr<System::Collections::Generic::IComparer<T>>& | Comparer για χρήση. |
ReturnValue
Δείκτης του στοιχείου σε ταξινομημένη λίστα ή συμπλήρωμα του πιο κοντινού δείκτη.
Δείτε επίσης
- Typedef SharedPtr
- Class IComparer
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::BinarySearch(int, int, const T&, const SharedPtr<System::Collections::Generic::IComparer<T>>&) const method
Αναζητά το στοιχείο σε μια ταξινομημένη λίστα.
int System::Collections::Generic::List<T>::BinarySearch(int index, int count, const T &item, const SharedPtr<System::Collections::Generic::IComparer<T>> &comparer) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| δείκτης | int | Αρχή περιοχής. |
| count | int | Μέγεθος περιοχής. |
| στοιχείο | const T& | Αντικείμενο προς αναζήτηση. |
| comparer | const SharedPtr<System::Collections::Generic::IComparer<T>>& | Comparer για χρήση. |
ReturnValue
Δείκτης του στοιχείου σε ταξινομημένη λίστα ή συμπλήρωμα του πιο κοντινού δείκτη.
Δείτε επίσης
- Typedef SharedPtr
- Class IComparer
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++