Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public Shared Function getSimpleExtentMaxDims ( _
spaceId As H5DataSpaceId _
) As Long() |
C# |
---|
public static long[] getSimpleExtentMaxDims(
H5DataSpaceId spaceId
) |
Visual C++ |
---|
public:
static array<long long>^ getSimpleExtentMaxDims(
H5DataSpaceId^ spaceId
) |
JavaScript |
---|
HDF5DotNet.H5S.getSimpleExtentMaxDims = function(spaceId); |
Return Value
An array containing the maximum size of each dimension.
Remarks
Exceptions
See Also