API:System.Generics.Collections.TList.BinarySearch

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function BinarySearch(const Item: T; out FoundIndex: NativeInt): Boolean; overload;
function BinarySearch(const Item: T; out FoundIndex: NativeInt; const AComparer: IComparer<T>): Boolean; overload;
function BinarySearch(const Item: T; out FoundIndex: NativeInt; const AComparer: IComparer<T>; Index, Count: NativeInt): Boolean; overload;

C++

bool __fastcall BinarySearch(const T Item, /* out */ System::NativeInt &FoundIndex)/* overload */;
bool __fastcall BinarySearch(const T Item, /* out */ System::NativeInt &FoundIndex, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer)/* overload */;
bool __fastcall BinarySearch(const T Item, /* out */ System::NativeInt &FoundIndex, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer, System::NativeInt Index, System::NativeInt Count)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。