Returns 1 if and only if all arguments equal 1, and 0 otherwise.
For two operands, can also be written with the & operator: x & y.
Arguments
- ...
Two or more boolean Variables or logic expressions.
- id
Optional integer ID (internal use).
Returns 1 if and only if all arguments equal 1, and 0 otherwise.
For two operands, can also be written with the & operator: x & y.
Two or more boolean Variables or logic expressions.
Optional integer ID (internal use).