Combine Logic

 
 
 

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.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License