Defines the operator types used by expression parser.
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-2024 by Dew Research. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|