BitXor function

Returns the bitwise XOR of the two long arguments.

Namespace

logical

Input

number1(long), number2(long)

Output

long

Example

If a contains the number 352 and b contains the number 400, then the following two functions are equivalent, and return the value 240:

set-column val logical:BitXOr(352,400) set-column val logical:BitXOr(a,b)

 

Created in 2020 by Google Inc.