TSpectrumStats::CalcLimits Property

__declspec(property(get = GetCalcLimits, put = SetCalcLimits)) bool CalcLimits;

If True, the upper and lower limits of the confidence interval will be calculated and placed in UpperLimit and LowerLimit.

Read: bool GetCalcLimits();
Write: void SetCalcLimits(const bool Value);
Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler