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);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | 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 !