binary_or()
Learn how to use the bianry_or() function to perform a bitwise OR operation of the two values.
Returns a result of the bitwise or
operation of the two values.
Syntax
binary_or(
value1,
value2 )
Parameters
Name | Type | Required | Description |
---|---|---|---|
value1 | long | ✔️ | The left-hand value of the bitwise OR operation. |
value2 | long | ✔️ | The right-hand value of the bitwise OR operation. |
Returns
Returns logical OR operation on a pair of numbers: value1 | value2.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.