method
ndarray.
clip
Return an array whose values are limited to [min, max]. One of max or min must be given.
[min, max]
Refer to numpy.clip for full documentation.
numpy.clip
See also
equivalent function