TOpType Enumeration

Source: SignalProcessing.cs · Assembly: Dew.Signal

public enum TOpType

Defines the type of the operand for expression parser.

Defines the type of the operand for the expression parser of TSignalGenerator component.

Values

NameDescription
optFunctionThe operand is a function.
optOperatorThe operand is an operator.