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