bitwise not 
        
    
            
        
BitwiseNot Returns the value of a bitwise not operation performed on x
Ex: ~10 (decimal 2) = 01 (decimal 1)

BitwiseNot Returns the value of a bitwise not operation performed on x
Ex: ~10 (decimal 2) = 01 (decimal 1)