You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignal Class > TSignal Methods > TSignal.Append Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignal.Append Method

Appends Sample to the end of the signal.

Syntax
C#
Visual Basic
public virtual void Append(double Sample);

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 (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!