TSignalAnalyzer::Transform Property

__declspec(property(get = GetTransform, put = SetTransform)) TTimeTransform Transform;

Selects the type of the transform to apply to the signal.

Read: TTimeTransform GetTransform();
Write: void SetTransform(const TTimeTransform Value);
Declared in Dew::Signal::TSignalAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler