Skip to main content

Bitwise

Function NameDescription
BITWISE_ANDReturns the bitwise AND of two operands.
BITWISE_NOTReturns the bitwise NOT of the given operand.
BITWISE_ORReturns the bitwise OR of two operands.
BITWISE_XORReturns the bitwise XOR of two operands.
BIT_ANDReturns the bitwise AND of non-NULL input values.
BIT_ORReturns the bitwise OR of non-NULL input values.
LSHIFTShifts the bits of the numeric expression to the left.
RSHIFTShifts the bits of the numeric expression to he right.
XORReturns the bitwise XOR of two integers.