__declspec(property(get = GetBandwidthL, put = SetBandwidthL)) double BandwidthL;
Returns the lower bandwidth edge of the signal.
Read:
double GetBandwidthL();Write:
void SetBandwidthL(const double Value);Remarks:
Usually this property is zero.
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler