[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 write(Of Type) ( _ dataSetId As H5DataSetId, _ dataType As H5DataTypeId, _ data As H5Array(Of Type) _ ) |
| C# |
|---|
public static void write<Type> ( H5DataSetId dataSetId, H5DataTypeId dataType, H5Array<Type> data ) |
| C++ |
|---|
public: generic<typename Type> static void write ( H5DataSetId^ dataSetId, H5DataTypeId^ dataType, H5Array<Type>^ data ) |
Parameters
- dataSetId (H5DataSetId)
- dataType (H5DataTypeId)
- data (H5Array<(Of Type>))
Generic Template Parameters
- Type