TBiAnalyzer::Transform Property

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

Define which transform will be copied to the Bispectrum property when you call the Update method.

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