Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5S_SELECT_VALID


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5S_SELECT_VALID function verifies that the selection is within the extent of a dataspace.

Syntax

Result = H5S_SELECT_VALID(Dataspace_id)

Return Value

Returns an integer of 1 if the selection is within the dataspace and 0 if it is not.

Arguments

Dataspace_id

An integer representing the dataspace's identifier to be queried.

Keywords

None.

Version History

Introduced 5.6

See Also

H5S_GET_SELECT_NPOINTS, H5S_SELECT_ELEMENTS, H5S_SELECT_HYPERSLAB


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]