You are here: Symbol Reference > SignalProcessing Namespace > Structs, Records, Enums > SignalProcessing.TOpType Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalProcessing.TOpType Enumeration

Defines the type of the operand for expression parser.

Pascal
TOpType = (
  optFunction,
  optOperator
);
Members 
Description 
optFunction 
The operand is a function. 
optOperator 
The operand is an operator. 

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

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!