TSignalToComplex::RealInput Property

__declspec(property(get = GetRealInput, put = SetRealInput)) TSignal*RealInput;

Real component of the complex signal.

Read: TSignal *GetRealInput();
Write: void SetRealInput(TSignal *Value);
Declared in Dew::Signal::TSignalToComplex · Dew.Signal/SignalProcessing.h · Cross-compiler