This is documentation for an old release of NumPy (version 1.4.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.recarray.clip

recarray.clip(a_min, a_max, out=None)

Return an array whose values are limited to [a_min, a_max].

Refer to numpy.clip for full documentation.

See also

numpy.clip
equivalent function

Previous topic

numpy.recarray.choose

Next topic

numpy.recarray.compress

This Page