The function returns bitwise NOT of a given integer.
On 64-bit platforms the argument is intentionally truncated to 32 bits to maintain compatibility.
Integer.
select bit_not (18); -19 select bit_not (-18); -17
bit_and
bit_or
bit_shift
bit_xor