Created a page for the MultiXNOR node. |
Fixed node visual. |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=XNOR | ||
|Category=Boolean | |Category=Boolean | ||
|Inputs= | |Inputs= |
Latest revision as of 16:51, 29 June 2024
XNOR
Operands
+
-
Boolean
The MultiXNOR node takes in any number of value inputs (either a bool or a number value), and functions as both a logical XNOR or bitwise XNOR depending on the type used.
- If odd number of inputs are true, then the result will be false. - If even number of inputs are true, then the result will be true.
Inputs
Operands (Pseudo-generic)
The input values to do boolean calculations with.
Outputs
* (Pseudo-generic)
Returns the result of a logical XNOR of all inputs if the node is a bool type, bitwise XNOR otherwise.
See Also
- Wikipedia's definition of logical XNOR & xnor gate.