TFuncSignalList Class

Source: SignalProcessing.cs · Assembly: Dew.Signal
TObjectListTStreamedListTFuncSignalList

public class TFuncSignalList : TStreamedList

Holds expresion definition.

The list holds the formula to be computed in postfix notation. (HP calculator style). The elements of the list are owned by the list.

Properties

NameTypeDescription
ItemTFuncSignalRecordDefault array property allows access to individual list items.

Methods

NameDescription
AddAdd a new formula item definition and allocate the record internally.
ClearPointers
ctor
LoadFromStreamLoad the list from stream.
SaveToStreamSave the list to stream.
Update