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

Quick search