Selects array elements to be included in the selection for a dataspace.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectElements
IN: Identifier of dataspace selection to modify
IN: Operation to perform on current selection.
IN: Number of elements to be selected.
IN: A serialized copy of a 2-dimensional array of zero-based values specifying the coordinates
of the elements in the point selection.
Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
JavaScript |
---|
HDF5DotNet.H5S.selectElements = function(spaceId, selectOperator, numElements, coord); |
See Also