Bitwise NOT Operator (~) (JScript 5.6)

Performs a bitwise NOT (negation) on an expression.

result = ~ expression

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also