Bitwise AND

Bitwise AND (&)
Returns an integer with a bit set to 1 if both of the corresponding bits in the original numbers are 1. Otherwise, the resulting bit is 0.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal