fields.buffers.core.HDF5Buffer.c#

property HDF5Buffer.c#

Shorthand for as_core().

This returns the raw backend-specific array (e.g., np.ndarray, unyt_array, or HDF5 dataset), without applying any conversions or wrapping. Useful for advanced users who want direct access.

Equivalent to: self.as_core()

Returns:

The backend-native data structure stored in this buffer.

Return type:

ArrayLike