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