Edit

Share via


binary_not()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Performs a bitwise negation operation on a given 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.

Examples

binary_not(100)

Output

result
-101