__declspec(property(get = GetUpDelay, put = SetUpDelay)) int UpDelay;
The phase delay (must be less then UpSample) used by the multi-rate FIR filter.
Read:
int GetUpDelay();Write:
void SetUpDelay(const int Value);Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler