System.Threading.TParallelArray.Sort

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !