Skip Navigation Links.

H5T..::..get_lsb_pad Method

Retrieves the padding type of the least-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_lsb_pad ( _
	typeId As H5DataTypeId _
) As H5T..::..BitPadding
C#
public static H5T..::..BitPadding get_lsb_pad(
	H5DataTypeId typeId
)
Visual C++
public:
static H5T..::..BitPadding get_lsb_pad(
	H5DataTypeId^ typeId
)
JavaScript
HDF5DotNet.H5T.get_lsb_pad = function(typeId);

Parameters

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

Exceptions

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

See Also