Home / Search/ Language Reference/ Functions/ Scalar Functions/ Binary Functions/binary_not

binary_not

The binary_not function returns a bitwise negation of the input value.

Syntax

    binary_not( Number )

Arguments

  • Number: A number.

Example

dataset=myDataset
| where bit != binary_not(101)