Calculates the majority vote among three booleans
ID
math-operators-gate-majority
Name
Gate Majority
Group
Operators
Package
Math
Keywords
Gate And/Or
Gate Xor/Xnor
Gate Not
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
A | Boolean | First boolean input | |
B | Boolean | Second boolean input | |
C | Boolean | Third boolean input |
Outputs
Name | Type | Description |
---|---|---|
Result | Boolean | Resulting value indicating the majority vote |