Did you know ... Search Documentation:
Title for wiki(tags)

Pages tagged "bit_operation"

6 matches from Reference Manual
Reference Manual
 
4.27 Arithmetic
/\/2Bitwise‘and’ IntExpr1 and IntExpr2.
<</2Bitwise shift IntExpr1 by IntExpr2 bits to the left.
>>/2Bitwise shift IntExpr1 by IntExpr2 bits to the right.
\/1Bitwise negation.
\//2Bitwise‘or’ IntExpr1 and IntExpr2.
xor/2Bitwise‘exclusive or’ IntExpr1 and IntExpr2.