Returns the bitwise negated value of i.
0xFFFF -> 0x0000 0x0000 -> 0xFFFF
The unary operator NOT has the highest priority.