next up previous contents index
Next: BITOR Up: Bitwise Logic Previous: Bitwise Logic   Contents   Index

BITAND

Stack Input: Integer, Integer

Stack Output: Integer

Operand: None

Since: 2.0

Description:

Performs a bitwise AND operation on the two integers. For each bit, if both bits are 1, the resulting bit is a 1. Otherwise, it is a zero.



David Levitan 2006-02-12