__declspec(property(get = GetExpWindow, put = SetExpWindow)) double ExpWindow;
The parameter for the exponential windowing function.
Read:
double GetExpWindow();Write:
void SetExpWindow(const double Value);Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler