Skip to main content

asdf_ndarray_read_float32_at

Function asdf_ndarray_read_float32_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_ndarray_read_float32_at( ndarray: *mut asdf_ndarray_t, indices: *const u64, err: *mut c_int, ) -> f32
Expand description

Read one element, converted to this type.

ยงSafety

ndarray must be a valid asdf_ndarray_t; indices must point to ndim values; err writable or null.