bitwise complement

bitwise complement

The bitwise complement of a bit field is a bit field of thesame length but with each zero changed to a one and viceversa. This is the same as the ones complement of a binaryinteger.