xor
Logical xor operator
xor(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Performs the operation with the value currently stored. If there is no argument, || initially holds | |
in2 | number | The value is compared to the value in the left inlet to determine output but only a value in the left inlet will trigger output. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | If either input value is is non-zero, but not both, the output is |
Aliases
^^