cf.Data.__and__

Data.__and__(other)[source]

The binary bitwise operation &

x.__and__(y) <==> x&y

Added in version (cfdm): 1.11.2.0