Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft 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 |