Skip to content

Bitwise Operations

Built-in functions › Mathematics › Elementary Math › Bitwise Operations

6 functions in this category.

FunctionWhat it does
bitandBitwise AND of two integers.
bitgetRead a specific bit of an integer value.
bitorBitwise OR of two integers.
bitsetSet or clear a specific bit of an integer value.
bitshiftShift the bits of an integer left or right.
bitxorBitwise XOR of two integers.