Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5T_GET_CLASS


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5T_GET_CLASS function returns the datatype's class.

Syntax

Result = H5T_GET_CLASS(Datatype_id)

Return Value

Returns a string containing the datatype's class. Possible return values include:

Arguments

Datatype_id

An integer representing the datatype's identifier to be queried.

Keywords

None.

Version History

Introduced 5.6

See Also

H5T_GET_SIZE, H5T_GET_SUPER


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]