System.Threading.TParallelArray.Sort

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

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

説明

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