TBandlimitedInterpolator::ScaleFactor Property

__declspec(property(get = GetScaleFactor, put = SetScaleFactor)) double ScaleFactor;

Scaling factor can optionally be applied free of charge without raising the cost of the processing required.

Read: double GetScaleFactor();
Write: void SetScaleFactor(const double Value);
Remarks:

The scale factor can not be zero.

Declared in Dew::Signal::TBandlimitedInterpolator · Dew.Signal/SignalProcessing.h · Cross-compiler