Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.common_fill_value
¶
numpy.ma.
common_fill_value
(
a
,
b
)
¶
Return the common filling value of a and b, if any. If a and b have different filling values, returns None.
Previous topic
numpy.ma.loads
Next topic
numpy.ma.default_fill_value
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»