Returns a bitwise OR of 2 numbers.
expression . Bitor(Arg1, Arg2)
expression A variable that represents aWorksheetFunction Object (Excel) object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Arg1 | Required | DOUBLE | The decimal representation of the binary number you want to evaluate. |
Arg2 | Required | DOUBLE | The decimal representation of the binary number you want to evaluate. |
DOUBLE