Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Array objects
»
The N-dimensional array (
ndarray
)
»
numpy.ndarray.getfield
¶
ndarray.
getfield
(
dtype
,
offset
)
¶
Returns a field of the given array as a certain type. A field is a view of the array data with each itemsize determined by the given type and the offset into the current array.
Previous topic
numpy.ndarray.view
Next topic
numpy.ndarray.setflags
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Array objects
»
The N-dimensional array (
ndarray
)
»