# Bitwise Arithmetic (Integer)

Grammarval1 op val2
FlagsOperator | Function

Returns the bitwise operator of the specified integer values.

# Arguments

  • int — Value 1
  • int [ preset::ArithmeticOp2 ] — Operator
  • int — Value 2

Returns — int

Category: Math / Arithmetic

# Examples

— None found —