System.Threading.TParallelArray.Sort

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure Sort<T>(var AValues: array of T); overload; static;
class procedure Sort<T>(var AValues: array of T; const AComparer: IComparer<T>); overload; static;
class procedure Sort<T>(var AValues: array of T; const AComparer: IComparer<T>; AIndex, ACount: NativeInt; APool: TThreadPool); overload; static;
class procedure Sort<T>(var AValues: TArray<T>); overload; static; inline;
class procedure Sort<T>(var AValues: TArray<T>; const AComparer: IComparer<T>); overload; static; inline;
class procedure Sort<T>(var AValues: TArray<T>; const AComparer: IComparer<T>; AIndex, ACount: NativeInt; APool: TThreadPool); overload; static; inline;

C++

template<typename T> static void __fastcall Sort(T *AValues, const System::NativeInt AValues_High)/* overload */;
template<typename T> static void __fastcall Sort(T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer)/* overload */;
template<typename T> static void __fastcall Sort(T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool)/* overload */;
template<typename T> static void __fastcall Sort(System::DynamicArray<T> &AValues)/* overload */;
template<typename T> static void __fastcall Sort(System::DynamicArray<T> &AValues, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer)/* overload */;
template<typename T> static void __fastcall Sort(System::DynamicArray<T> &AValues, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.