BitAnd(number1, number2)
Returns the bitwise AND of two long integers.
See also BitNot, BitOr, and BitXor.
Any long integers.
Bit functions operate on 32-bit integers.