[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Determines the dimensionality of a dataspace.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function getSimpleExtentNDims ( _ spaceId As H5DataSpaceId _ ) As Integer |
| C# |
|---|
public static int getSimpleExtentNDims ( H5DataSpaceId spaceId ) |
| C++ |
|---|
public: static int getSimpleExtentNDims ( H5DataSpaceId^ spaceId ) |
Parameters
- spaceId (H5DataSpaceId)
- Identifier of the dataspace
Return Value
Returns the number of dimensions in the dataspace if successful.
Remarks
H5S.getSimpleExtentNDims determines the dimensionality (or
rank) of a dataspace.
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5SgetSimpleExtentNDimsException | throws H5SgetSimpleExtentNDimsException on failure. |