Not Function
Bitwise negation of a natural number
Function
The Not function performs a bitwise negation of the operand.
The argument can be a single number or a data field. For data fields, the number of each element is negated and the results are returned in a data field of the same size.
Syntax
Not (X)
Not (list)
Not (table)
Example
Not(7)= -8
Not(40)= -41
Not(-234)= 233