TMtxProgressRuntime::Loops Property

__declspec(property(get = GetLoops, put = SetLoops)) int Loops;

Number of loops to execute when TMtxProgressRuntime::InternalLoop is true.

Read: int GetLoops();
Write: void SetLoops(int Value);
Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler