__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;
If true then changing any of the TMtxMulLinReg properties will trigger the TMtxMulLinReg::Recalc method.
Read:
bool GetAutoUpdate();Write:
void SetAutoUpdate(const bool Value);See Also: TMtxMulLinReg::Dirty
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler