BitNot(number)

Returns the bitwise NOT of a long integer.

See also BitAnd, BitOr, and BitXor.

number

Any long integer.

Usage

Bit functions operate on 32-bit integers.