Round elements of the data array to the nearest integer.
New in version 1.0.
See also
ceil, floor, trunc
If True then update the variable in place. By default a new instance is created.
The variable with new data array.
>>> print f.array [-1.9 -1.5 -1.1 -1. 0. 1. 1.1 1.5 1.9] >>> print f.rint().array [-2. -2. -1. -1. 0. 1. 1. 2. 2.]
cf.Field.remove_items
cf.Field.roll
Enter search terms or a module, class or function name.