binary_notThe binary_not function returns a bitwise negation of the input value.Syntax`binary_not( Number )` ArgumentsNumber: A number.Exampledataset=myDataset | where bit != binary_not(101) Copy PreviousPreviousNextNext