Class
TSignal
Declaration
Procedure Append(Sample: TSample);
Description
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).
| Copyright 2008 Dew Research |
http://www.dewresearch.com