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