[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This overload allows the last parameter to be 0.

Syntax

Visual Basic (Declaration)
Public Shared Function create_simple ( _
	rank As Integer, _
	dims As ULong(), _
	maxDims As UInteger _
) As H5DataSpaceId
C#
public static H5DataSpaceId create_simple (
	int rank,
	ulong[] dims,
	uint maxDims
)
C++
public:
static H5DataSpaceId^ create_simple (
	int rank, 
	array<unsigned long long>^ dims, 
	unsigned int maxDims
)

Parameters

rank (Int32)
dims (UInt64[]())
maxDims (UInt32)