__declspec(property(get = GetCalcMinMax, put = SetCalcMinMax)) bool CalcMinMax;
If True, the averaging process will also compute the standard deviation.
Read:
bool GetCalcMinMax();Write:
void SetCalcMinMax(const bool Value);Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler