On this page
按位查询运算符
Note
有关特定运算符的详细信息,包括语法和示例,请单击特定运算符以转到其参考页。
| Name | Description |
|---|---|
| $bitsAllClear | 匹配数字或二进制值,其中一组位位置* all *的值为0。 |
| $bitsAllSet | 匹配数字或二进制值,其中一组位位置* all *的值为1。 |
| $bitsAnyClear | 匹配数字或二进制值,其中一组位中的* any *位的值为0。 |
| $bitsAnySet | 匹配数字或二进制值,其中一组位中的* any *位的值为1。 |