And3

Abbreviation:
Category: Boolean
Input Parameters:

Name Range Default
Operand #1
Operand #2
Operand #3

 
Calculation:

And (Operand #1, Operand #2, Operand #3)

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).
 

Was this article helpful?

Related Articles