/
BitOr function
BitOr function
Returns the bitwise OR
of the two long
arguments.
Namespace
logical
Input
number1(long), number2(long)
Output
long
Example
If a
contains the number 352
and b
contains the number 400
, then the following two functions are equivalent, and return the value 496
.
set-column val logical:BitOr(352,400)
set-column val logical:BitOr(a,b)
, multiple selections available,
Related content
BitXor function
BitXor function
More like this
BitAnd function
BitAnd function
More like this
SetBit function
SetBit function
More like this
BitCompress function
BitCompress function
More like this
Logical Bitwise functions
Logical Bitwise functions
More like this
BitExpand function
BitExpand function
More like this
Created in 2020 by Google Inc.