Language Reference Guide : 4. System Classes : IntegerObject Class : BitOr Method
 
Share this page                  
BitOr Method
The BitOr method returns the result of a bitwise OR operation between the value of the IntegerObject and the value given as argument.
Bitwise OR does the logical OR of the bits in each position of the value in its binary form. If either or both bits are 1, the answer is 1; otherwise the answer is 0.
This method has the following syntax:
integer8 = IntegerObject.BitOr(value = integer8);
This method has the following parameter:
value
(Required) Specifies the value of the bitwise OR operation argument