你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
binary_and()
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Returns a result of the bitwise AND
operation between two values.
Syntax
binary_and(
value1,
value2)
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
value1 | long |
✔️ | The left-hand value of the bitwise AND operation. |
value2 | long |
✔️ | The right-hand value of the bitwise AND operation. |
Returns
Returns logical AND
operation on a pair of numbers: value1 & value2.