TSpectrumStats::LowerLimit Property

__declspec(property(get = GetLowerLimit, put = SetLowerLimit)) TVecList*LowerLimit;

Holds a list of vectors with lower confidence interval limits.

Read: TVecList *GetLowerLimit();
Write: void SetLowerLimit(TVecList *Value);
Remarks:

For description of vectors see TVec.Caption property. (example: LowerLimit[i].Caption)

Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler