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 |