public enum TOperSignalType
Defines the operator types used by expression parser.
Defines the operator type for TSignalGenerator.
Values
| Name | Description |
|---|---|
| opAbs | Rectification. |
| opAdd | Addition. |
| opCos | Sine function |
| opDiv | Division. |
| opExp | Exponent function. |
| opLimit | P1-lower clip limit, P2-upper clip limit. |
| opLn | Natural logarithm. |
| opLog | Logarithm with base 10. |
| opMul | Multiplication. |
| opNon | No operation. |
| opRound | Round to the closest integer. |
| opSin | Sine function |
| opSub | Subtraction. |
| opTan | Tangens function |
| opTrunc | Truncate towards zero. |