dask.array.Array.clip¶
- Array.clip(min=None, max=None)[source]¶
Return an array whose values are limited to
[min, max]. One of max or min must be given.Refer to
dask.array.clip()for full documentation.See also
dask.array.clipequivalent function
Return an array whose values are limited to [min, max].
One of max or min must be given.
Refer to dask.array.clip() for full documentation.
See also
dask.array.clipequivalent function