XOR
Previous  Next

Computes the bitwise XOR operation between two integers.
Syntax: XOR(a As Int32, b As Int32) As Int32
Syntax: XOR2 (a As UInt32, b As UInt32) As UInt32