System.Threading.TParallelArray.For

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure &For<T>(const AValues: array of T; const AProc: TProc<NativeInt, NativeInt>); overload; static;
class procedure &For<T>(const AValues: array of T; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt); overload; static;
class procedure &For<T>(const AValues: array of T; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); overload; static;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TProc<NativeInt, NativeInt>); overload; static; inline;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt); overload; static; inline;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); overload; static; inline;

C++

template<typename T> static void __fastcall For(const T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc)/* overload */;
template<typename T> static void __fastcall For(const T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount)/* overload */;
template<typename T> static void __fastcall For(const T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.