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

Defines the operator types used by expression parser.

Syntax
C#
Visual Basic
public enum TOperSignalType : uint { opAdd, opSub, opMul, opDiv, opSin, opCos, opTan, opExp, opLn, opLog, opAbs, opRound, opTrunc, opLimit, opNon }

SignalProcessing.cs

Members 
Description 
opAdd 
Addition. 
opSub 
Subtraction. 
opMul 
Multiplication. 
opDiv 
Division. 
opSin 
Sine function 
opCos 
Sine function 
opTan 
Tangens function 
opExp 
Exponent function. 
opLn 
Natural logarithm. 
opLog 
Logarithm with base 10. 
opAbs 
Rectification. 
opRound 
Round to the closest integer. 
opTrunc 
Truncate towards zero. 
opLimit 
P1-lower clip limit, P2-upper clip limit. 
opNon 
No operation. 

Defines the operator type for TSignalGenerator.

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