Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public Shared Function getSimpleExtentNDims ( _
spaceId As H5DataSpaceId _
) As Integer |
C# |
---|
public static int getSimpleExtentNDims(
H5DataSpaceId spaceId
) |
Visual C++ |
---|
public:
static int getSimpleExtentNDims(
H5DataSpaceId^ spaceId
) |
JavaScript |
---|
HDF5DotNet.H5S.getSimpleExtentNDims = function(spaceId); |
Return Value
Returns the number of dimensions in the dataspace if
successful.
Remarks
Exceptions
See Also