BITXOR Function

The BITXOR function is one of the engineering functions. It is used to return a bitwise 'XOR' of two numbers.

Syntax

BITXOR(number1, number2)

The BITXOR function has the following arguments:

ArgumentDescription
number1A numeric value in decimal form greater than or equal to 0.
number2A numeric value in decimal form greater than or equal to 0.
Notes

The value of each bit position is 1 when the bit positions of the parameters are different.

How to apply the BITXOR function.

Examples

The figure below displays the result returned by the BITXOR function.

BITXOR Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags