Documentation

Bitwise And - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Math :: Bitwise And

Root.Math.BitAnd(
  Value 1 Integer,
  Value 2 Integer
) Integer
Returns bitwise AND operation on two integers

Parameters

Value 1 Integer
The first value
Value 2 Integer
The second value

Return Value

Integer

If you think anything is missing, please feel free to: submit documentation feedback on this page