BitXor
Performs a bitwise logical XOR operation.
Method Signature
Arguments
Argument
Type
Required
Description
Default
number1
integer
true
Numeric value for bitwise XOR.
number2
integer
true
Numeric value for bitwise XOR.
Examples
Calculate bitwise logical XOR
Uses the bitXor function to perform the logical XOR operation on each pair of the corresponding bits
Result: 6
Additional Examples
Related
Last updated
Was this helpful?