TMtxMDScaling::Dirty Property

__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;

When any of the TMtxMDScaling properties changes, this property is automatically set to true.

Read: bool GetDirty();
Write: void SetDirty(const bool Value);
Remarks:

If TMtxMDScaling::AutoUpdate and Dirty are both true then the TMtxMDScaling::Recalc method will be called automatically.

See Also: TMtxMDScaling::AutoUpdate, TMtxMDScaling::Recalc
Declared in Dew::Stats::TMtxMDScaling · Dew.Stats/StatTools.h · Cross-compiler