Appends Sample to the end of the signal.
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).
TSignal Methods