Apama 10.7.2 | Building and Using Apama Dashboards | Dashboard Function Reference | Expression Syntax in Dashboard Functions | Operators in dashboard function expressions
 
Operators in dashboard function expressions
A dashboard function that contains an expression can use the following operators:
Operator
Precedence
unary
+   -   !
multiplicative
*   /   %
additive
+   -
relational
<   >   <=   =>
equality
==   !=
logical
&&   ||
The following operators are not supported:
*Bitwise NOT, AND, OR, XOR
*Arithmetic shift
Supported operators may be applied to double type variables. In addition, the relational and equality operators may be applied to string variables, and the addition operator may be used to concatenate strings.