BooleanXorMulti
This dynamic component performs a logical XOR operation on up to 64 inputs and outputs the result.
- With two inputs, output is true if one input is true and the other is false.
- With multiple inputs, output is true only when there is an odd number of true inputs.
- If all inputs are null, the output is null.
Property Sheet
Name | Description |
---|---|
Facets | Defines the facets for the Out slot. trueText defines the text description when true. falseText defines the text description when false. |
Out | Output value |
Propagate Flags | Defines which status flags from the inX slots are applied to the Out slot. |
Input Values | The number of input slots. Max 64. |
inX | Input slot |