Returns bitwise NOT of a 32-bit integer.The function returns bitwise NOT of a given integer. On 64-bit platforms the argument is intentionally truncated to 32 bits to maintain compatibility.
Returns bitwise NOT of a 32-bit integer.The function returns bitwise NOT of a given integer.
On 64-bit platforms the argument is intentionally truncated to 32 bits
to maintain compatibility.