Abbreviation:
Category: Boolean
Input Parameters:
Name | Range | Default |
Operand #1 | ||
Operand #2 | ||
Calculation:
And (Operand #1, Operand #2)
where all operations are Boolean (bitwise) operations
Note: The And function returns true if all of the operands are true (1). The And function returns false if one or more of the operands is false (0).