Parameters
Return Type
Integer
the result of the bitwise operation (complement)
Example
use "bitwise"; int result = b_not(int1); //------------or----- //no package needed int result = bitwise_not(int1);
See also
Integer
the result of the bitwise operation (complement)
use "bitwise"; int result = b_not(int1); //------------or----- //no package needed int result = bitwise_not(int1);