System.Threading.TParallelArray.SortWorker
Delphi
class procedure SortWorker<T>(var AValues: array of T; const AComparer: IComparer<T>;
L, R: NativeInt; APool: TThreadPool); static;
C++
template<typename T> static void __fastcall SortWorker(T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer, System::NativeInt L, System::NativeInt R, TThreadPool* APool);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | System.Threading.pas System.Threading.hpp |
System.Threading | TParallelArray |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。