Number.BitwiseNot

This function returns the outcome of applying a bitwise negation operation to a numerical value.

Syntax

Number.BitwiseNot(number as any) as any

About

This function returns the outcome of applying a bitwise negation operation to a numerical value.