method
- ndarray.clip(min=<no value>, max=<no value>, out=None, **kwargs)#
Return an array whose values are limited to
[min, max]. One of max or min must be given.Refer to
numpy.clipfor full documentation.
numpy.ndarray.clip — NumPy v2.5.dev0 Manual
method
Return an array whose values are limited to [min, max].
One of max or min must be given.
Refer to numpy.clip for full documentation.