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

Appends Sample to the end of the signal.

Syntax
C#
Visual Basic
public override 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!