This allows you to perform bitwise logical AND, OR, XOR, and NOT comparisons. 这样便可以执行逐位的逻辑AND、OR、XOR和NOT比较。
You may perform the usual C language arithmetic, logical, and bitwise operations. 可以执行C语言中常见的算术、逻辑和位操作。
This article also offers a set of UDFs that perform bitwise operations between integer arguments. 本文还提供了一组在整型变量之间执行逐位运算的UDF。
Bitwise(B) operators perform boolean algebra on the corresponding bits in the two arguments to produce the result. 按位(B)运算符会对两个自变量中对应的位执行布尔代数,并最终生成一个结果。
The bitwise operators allow you to manipulate individual bits in an integral primitive data type. 按位(B)运算符允许我们操作一个整数主数据类型中的单个比特,即二进制位。