Bitwise

Function NameDescription

Returns the bitwise AND of non-NULL input values.

Returns the bitwise OR of non-NULL input values.

Shifts the bits of the numeric expression to the left.

Shifts the bits of the numeric expression to he right.

Returns the bitwise XOR of two integers.

Last updated