__declspec(property(get = GetAutoFilterLength, put = SetAutoFilterLength)) bool AutoFilterLength;
If True, the length of the interpolation filter will be computed and the FilterLength property will be set, when the PrepareFilter method is called.
Read:
bool GetAutoFilterLength();Write:
void SetAutoFilterLength(const bool Value);Declared in Dew::Signal::TBandlimitedInterpolator · Dew.Signal/SignalProcessing.h · Cross-compiler