TOperSignalType Enumeration

type TOperSignalType = ( opAdd, opSub, opMul, opDiv, opSin, opCos, opTan, opExp, opLn, opLog, opAbs, opRound, opTrunc, opLimit, opNon );

Defines the operator types used by expression parser.

Defines the operator type for TSignalGenerator.

Values

NameDescription
opAbsRectification.
opAddAddition.
opCosSine function
opDivDivision.
opExpExponent function.
opLimitP1-lower clip limit, P2-upper clip limit.
opLnNatural logarithm.
opLogLogarithm with base 10.
opMulMultiplication.
opNonNo operation.
opRoundRound to the closest integer.
opSinSine function
opSubSubtraction.
opTanTangens function
opTruncTruncate towards zero.