Bitwise Query Operators逐位查询运算符
Bitwise operators return data based on bit position conditions.逐位运算符根据位位置条件返回数据。
Note
For details on a specific operator, including syntax and examples, click on the link to the operator's reference page.有关特定运算符的详细信息,包括语法和示例,请单击该运算符参考页的链接。
$bitsAllClear | 0 .0 的数值或二进制值。 |
$bitsAllSet | 1 .1 的数值或二进制值。 |
$bitsAnyClear | 0 .0 的数字或二进制值。 |
$bitsAnySet | 1 .1 的数字或二进制值。 |
← $size $bitsAllClear →