Performs a bitwise logical OR operation.
bitOr(number1, number2)
returns numeric
Name | Type | Required | Default | Description |
---|---|---|---|---|
number1 | numeric | Yes | Integer | |
number2 | numeric | Yes | Integer |
Uses the bitOr function to perform the logical OR operation on each pair of the corresponding bits
bitOr(5,3)