H5T_GET_MEMBER_VALUE

The H5T_GET_MEMBER_VALUE function retrieves the value of an enumeration datatype member.

Syntax

Result = H5T_GET_MEMBER_VALUE(Datatype_id, Member)

Return Value

Returns an integer containing the value of the specified datatype member.

Arguments

Datatype_id

A long integer containing the identifier of the enumeration datatype.

Member

An integer containing the member index. Member indices are zero-based.

Keywords

None

Version History

6.3

Introduced

See Also

H5T_ENUM_CREATE, H5T_GET_MEMBER_INDEX