Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Using Event Filters | Filter Strings | Filter Operators | Bitwise Operators
 
Bitwise Operators
Operator
Description
~
Bitwise compliment
<<
Shift left
>>
Shift right
&
Logical and
|
Logical or
^
Logical exclusive or