Language Reference

Bitwise Logical Operation Functions

BANDreturns the bitwise logical AND of two arguments
BLSHIFTperforms a bitwise logical left shift of an argument by a specified amount
BNOTreturns the bitwise logical NOT of an argument
BORreturns the bitwise logical OR of two arguments
BRSHIFTperforms a bitwise logical right shift of an argument by a specified amount
BXORreturns the bitwise logical EXCLUSIVE OR of two arguments

Previous Page | Next Page | Top of Page