Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.masked_less
¶
numpy.ma.
masked_less
(
x
,
value
,
copy=True
)
¶
Shortcut to masked_where, with condition
(x
<
value)
.
Previous topic
numpy.ma.masked_invalid
Next topic
numpy.ma.masked_less_equal
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»