TMtxPCA::AutoUpdate Property

__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;

If true then changing any of the TMtxPCA properties will trigger the TMtxPCA::Recalc method.

Read: bool GetAutoUpdate();
Write: void SetAutoUpdate(const bool Value);
See Also: TMtxPCA::Dirty
Declared in Dew::Stats::TMtxPCA · Dew.Stats/StatTools.h · Cross-compiler