Skip Navigation Links.

H5T..::..getFields Method

Retrieves floating point datatype bit field information. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetFields

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Function getFields ( _
	typeId As H5DataTypeId _
) As H5FloatingBitFields
C#
public static H5FloatingBitFields getFields(
	H5DataTypeId typeId
)
Visual C++
public:
static H5FloatingBitFields^ getFields(
	H5DataTypeId^ typeId
)
JavaScript
HDF5DotNet.H5T.getFields = function(typeId);

Parameters

typeId
Type: HDF5DotNet..::..H5DataTypeId
IN: Identifier of datatype to query.

Return Value

Returns an instance of H5FloatingBitFields, which contains all the bit field information.

Exceptions

ExceptionCondition
HDF5DotNet..::..H5TgetFieldsException throws H5TgetFieldsException on failure.

See Also