__declspec(property(get = GetFactor, put = SetFactor)) double Factor;
Factor by which to change the sampling frequency of the signal connected to the Input property.
Read:
double GetFactor();Write:
virtual void SetFactor(const double Value);Declared in Dew::Signal::TSignalRateConverter · Dew.Signal/SignalProcessing.h · Cross-compiler