cf.Data.__invert__

Data.__invert__()[source]

The unary bitwise operation ~

x.__invert__() <==> ~x

Added in version (cfdm): 1.11.2.0