__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;
When any of the TMtxMulLinReg properties changes, this property is automatically set to true.
Read:
bool GetDirty();Write:
void SetDirty(const bool Value);Remarks:
If TMtxMulLinReg::AutoUpdate and Dirty are both true then the TMtxMulLinReg::Recalc method will be called automatically.
See Also: TMtxMulLinReg::AutoUpdate, TMtxMulLinReg::Recalc
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler