Performs a bitwise logical NOT operation.
numeric.bitNot( )
Returns: Number
This function does not take any arguments.
writeDump(-10.0.bitNot()); writeDump(22.0.bitNot());