__declspec(property(get = GetMethod, put = SetMethod)) TInterpolationMethod Method;
Defines the peak interpolation method used.
Read:
TInterpolationMethod GetMethod();Write:
void SetMethod(const TInterpolationMethod Value);Declared in Dew::Signal::TSpectrumPeakInterpolation · Dew.Signal/SignalAnalysis.h · Cross-compiler