Categories
Math > Logic
Description
Evaluates the input Boolean values according to the specified Type parameter (And/Or) and outputs the result as another Boolean.
Parameters
Type
And: True if all the specified input Boolean values are true; false otherwise
Or: True if at least one of the input Boolean values is true; false otherwise.
Ports
Inputs
Value
Input Boolean values.
Outputs
Result
The resulting Boolean value.