Skip Navigation Links.

H5T..::..get_msb_pad Method

Retrieves the padding type of the most-significant bit padding. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetPad

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
HDF5DotNet..::..HDFException throws HDFException on failure.

See Also