TMtxForLoop::Min Property

__declspec(property(get = GetMin, put = SetMin)) int Min;

Loop starting index when computing for loop.

Read: int GetMin();
Write: void SetMin(const int Value);
Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler