TSignalRead.Append Method

procedure Append(Sample: Double);

Appends Sample to the end of the signal.

#NameTypeDescription
1SampleDoublescalar

Result: stored in self (calling object)

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).