You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TOpType Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TOpType Enumeration

Defines the type of the operand for expression parser.

Syntax
C#
Visual Basic
public enum TOpType : uint { optFunction, optOperator }

SignalProcessing.cs

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!