Difference between revisions of "^ (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{Infobox Logix Node
 
{{Infobox Logix Node
 
| Name = ^
 
| Name = ^
| Image =[[File: XOR_BoolNode.png | noframe | 256px | '^' LogiX node ]]
+
| Image =[[File: XOR_BoolNode.png | noframe | 128px | '^' LogiX node ]]
 
| Input0Type = Bool | Input0Name = A
 
| Input0Type = Bool | Input0Name = A
 
| Input1Type = Bool | Input1Name = B
 
| Input1Type = Bool | Input1Name = B
Line 16: Line 16:
 
When spawned from the node browser, this node accepts the int datatype by default, but it is more commonly used to work with [[:Category:Types:Bool | Boolean]] values (True/False).
 
When spawned from the node browser, this node accepts the int datatype by default, but it is more commonly used to work with [[:Category:Types:Bool | Boolean]] values (True/False).
  
 +
<!--T:6-->
 
If '''any''' inputs are toggled the output will also toggle. This node will accept some numeric datatypes, in which case it performs the operation in a [https://wikipedia.org/wiki/Bitwise_operation bitwise] manner.
 
If '''any''' inputs are toggled the output will also toggle. This node will accept some numeric datatypes, in which case it performs the operation in a [https://wikipedia.org/wiki/Bitwise_operation bitwise] manner.
  
Line 23: Line 24:
 
</translate>
 
</translate>
 
[[Category:LogiX{{#translation:}}||]]
 
[[Category:LogiX{{#translation:}}||]]
[[Category:LogiX: Operators{{#translation:}}||]]
+
[[Category:LogiX:Operators{{#translation:}}||]]
{{:NodeMenu-Operators{{#translation:}}}}
+
{{:NodeMenu-Operators}}

Latest revision as of 02:36, 20 February 2022

Other languages:
English • ‎日本語 • ‎한국어
^
'^' LogiX node
Inputs
  Bool A
  Bool B
Outputs
  Bool *

The ^ node performs the logical exclusive OR (XOR) operation on inputs A and B.

Usage

When spawned from the node browser, this node accepts the int datatype by default, but it is more commonly used to work with Boolean values (True/False).

If any inputs are toggled the output will also toggle. This node will accept some numeric datatypes, in which case it performs the operation in a bitwise manner.

Examples

Node Menu

Operators
Back Bool Vectors Nullable Parsing - ! !=
% & ?: ?? ^ | |V|
|V|² + +/- +1 < << ==
> >> × ×dT ÷ ÷dT
° · 0 1 -1 1/x
1-x A^-1 Cross Determinant Distance Filter Invalid Get Type
IsInfinity IsNaN IsNull Mask Matrix Element -n NAND
NOR Normalized NotNull Pack Columns Pack rgba Pack Rows Pack xy
Pack xyz Pack xyzw Project Reflect ROL ROR To String
Transpose Unpack Columns Unpack Rows Unpack xy Unpack xyz Unpack xyzw
XNOR