Performs a bitwise logical XOR operation.
bitXor(number1, number2)
returns numeric
Name | Type | Required | Default | Description |
---|---|---|---|---|
number1 | numeric | Yes | Integer | |
number2 | numeric | Yes | Integer |
Uses the bitXor function to perform the logical XOR operation on each pair of the corresponding bits
bitXor(5,3)