Returns the result of the bitwise NOT operation on the input argument. The argument is first truncated to an integer; the result will always be an integer value. In C syntax, the result of NOT(a) is equivalent to ~(floor(a)).
Example:
____________________________
See also: