TSignalAnalyzer::Integration Property

__declspec(property(get = GetIntegration, put = SetIntegration)) TIntegration Integration;

Specifies, if the signal should be integrated or differentiated.

Read: TIntegration GetIntegration();
Write: void SetIntegration(const TIntegration Value);
Declared in Dew::Signal::TSignalAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler