Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public Shared Function getMemberType ( _
typeId As H5DataTypeId, _
fieldIndex As Integer _
) As H5DataTypeId |
JavaScript |
---|
HDF5DotNet.H5T.getMemberType = function(typeId, fieldIndex); |
Parameters
- typeId
- Type: HDF5DotNet..::..H5DataTypeId
Identifier of datatype to query.
- fieldIndex
- Type: Int32
Field index (0-based) of the field type to retrieve.
Return Value
Returns the identifier of a copy of the datatype of the field
if successful.
Remarks
Exceptions
See Also