BitOr
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Copied!
BitOr( value_1, [ value_2, ... ] )
Description
The BitOr
function returns the bit in the result if the bit
exists in any argument. The arguments must be numbers, and the
fractional portion is truncated before the or operation is applied. The
result is the bitwise OR of all the arguments.