TSignalInterpolator::Append Method

virtual void Append(double Sample);

Appends Sample to the end of the signal.

#NameTypeDescription
1Sampledouble
Remarks:

This procedure should be avoided when large sets of data need to be appended. For each new value appended, the entire signal is copied twice. Use Data.Copy in that case (TVec method).

Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler