System.Threading.TParallelArray.Sort

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.