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