cfdm.Data.__int__

Data.__int__()[source]

Called by the int built-in function.

x.__int__() <==> int(x)