TSignalIncBuffer::Factor Property

__declspec(property(get = GetFactor, put = SetFactor)) int Factor;

Defines the factor by which to increase the data block.

Read: int GetFactor();
Write: void SetFactor(const int Value);
Declared in Dew::Signal::TSignalIncBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler