Skip Navigation Links.

H5P..::..getChunk Method

Retrieves the size of chunks for the raw data of a chunked layout dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5P.html#Property-GetChunk

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Function getChunk ( _
	id As H5PropertyListId, _
	maxNDims As Integer _
) As Long()
C#
public static long[] getChunk(
	H5PropertyListId id,
	int maxNDims
)
Visual C++
public:
static array<long long>^ getChunk(
	H5PropertyListId^ id, 
	int maxNDims
)
JavaScript
HDF5DotNet.H5P.getChunk = function(id, maxNDims);

Parameters

id
Type: HDF5DotNet..::..H5PropertyListId
maxNDims
Type: Int32

See Also