Apama Documentation : Developing Apama Applications : EPL Reference : Expressions : Bitwise logical operators
Bitwise logical operators
 
Bitwise intersection (and)
Bitwise union (or)
Bitwise exclusive (xor)
Unary bitwise inverse
The bitwise logical operators examine one bit at a time in their operands and compute the corresponding bit value in the result.
The bitwise operators and, or, and xor are binary operators that have a left and right operand. The bitwise operator not is a unary operator that has only a right operand.
The result type of all four bitwise operators is integer. Note that EPL integers are 64 bits wide.
Copyright © 2013-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback