TCrossAnalyzer::Recursive Property

__declspec(property(get = GetRecursive, put = SetRecursive)) bool Recursive;

Set Recursive to false, to disable average calculation on each iteration and call the Update method yourself, after the averaging has finished.

Read: bool GetRecursive();
Write: void SetRecursive(const bool Value);
Declared in Dew::Signal::TCrossAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler