__declspec(property(get = GetSmoothing, put = SetSmoothing)) int Smoothing;
Read:
int GetSmoothing();Write:
void SetSmoothing(const int Value);Declared in Dew::Signal::TSpectrumFilter · Dew.Signal/SignalProcessing.h · Cross-compiler