Perform boolean conjunction (AND gate) or disjunction (OR gate)
ID
math-operators-gate-and-or
Name
Gate And-Or
Group
Operators
Package
Math
Keywords
Gate And-Or
Gate Xor-Xnor
Gate Not
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Boolean | Input booleans for AND/OR operation | |
andOrOr | Boolean | Select AND (true) or OR (false) operation |
Outputs
Name | Type | Description |
---|---|---|
result | Boolean | Resulting value |