~ (bitwise NOT)
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
~ expression

Arguments
None.

Returns
Nothing.

Description
Bitwise Operator; converts the expression to a 32-bit unsigned integer then inverts the bits. It also changes the sign of a number and subtracts 1 from it.