numpy.core.defchararray.chararray.clip

chararray.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.core.defchararray.chararray.choose

Next topic

numpy.core.defchararray.chararray.compress

This Page