The BITOR function is one of the engineering functions. It is used to return a bitwise 'OR' of two numbers.
BITOR(number1, number2)
The BITOR function has the following arguments:
The value of each bit position is counted if either of the parameters has 1 at that position.
How to apply the BITOR function.
The figure below displays the result returned by the BITOR function.