numeric.bitNot()

Performs a bitwise logical NOT operation.

numeric.bitNot( )

Returns: Number

This function does not take any arguments.

Examples

writeDump(-10.0.bitNot());
	writeDump(22.0.bitNot());

See also