__declspec(property(get = GetThreadCount, put = SetThreadCount)) int ThreadCount;
Defines the number of threads to use processing.
Read:
int GetThreadCount();Write:
void SetThreadCount(const int Value);Remarks:
ThreadCount should typically not be larger than Controller.CpuCores.
Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler