你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

binary_not()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Returns a bitwise negation of the input value.

Syntax

binary_not(value)

Learn more about syntax conventions.

Parameters

Name Type Required Description
value long ✔️ The value to negate.

Returns

Returns logical NOT operation on a number: value.

Example

binary_not(100)

Output

result
-101