[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Sub selectStridedHyperslab ( _ spaceId As H5DataSpaceId, _ selectOperator As SelectOperator, _ start As ULong(), _ stride As ULong(), _ count As ULong() _ ) |
| C# |
|---|
public static void selectStridedHyperslab ( H5DataSpaceId spaceId, H5S.SelectOperator selectOperator, ulong[] start, ulong[] stride, ulong[] count ) |
| C++ |
|---|
public: static void selectStridedHyperslab ( H5DataSpaceId^ spaceId, SelectOperator selectOperator, array<unsigned long long>^ start, array<unsigned long long>^ stride, array<unsigned long long>^ count ) |
Parameters
- spaceId (H5DataSpaceId)
- selectOperator (SelectOperator)
- start (UInt64[]())
- stride (UInt64[]())
- count (UInt64[]())