Description:
Perform bitwise operation on integers.
Syntax:
and(xi,…)
and(A)
Note:
The function performs bitwise operation on integers.
Parameter:
A |
Sequence |
xi |
The numerical expression based on which you perform the bitwise AND operation |
Return value:
An integer
Example:
and(6,11) |
2 |