9.5.2

Table Of Contents
1110 CHAPTER 22
XPRESSO EDITOR 1111
NXOR (Not Exclusive OR)
If an even number of input is True, the output is True. Otherwise, the output is False. NXOR performs
the reverse operation of XOR.
NOT
This node negates a Bool value. If the input is True, the output is False. If the input if False (0), the
output is True (1).
Switch
This node outputs a Bool constant as dened in the Attribute manager, either True (Value enabled)
or False (Value disabled).
Calculate Group
Absolute
This node calculates the absolute value of the input and outputs the result. The absolute value is the
input value without its sign. For example, if the input is -230.5, the node will output 230.5. Choose
the node’s data type in the Attribute manager.