[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

Visual Basic (Declaration)
Public Shared Function getSign ( _
	typeId As H5DataTypeId _
) As Sign
C#
public static H5T.Sign getSign (
	H5DataTypeId typeId
)
C++
public:
static Sign getSign (
	H5DataTypeId^ typeId
)

Parameters

typeId (H5DataTypeId)
IN: Identifier of datatype to query.

Return Value

Returns an H5T.Sign that indicates the sign. Possible results include H5T.Sign.UNSIGNED and H5T.Sign.TWOS_COMPLEMENT

Exceptions

ExceptionCondition
HDF5DotNet.H5TgetSizeException throws H5TgetSignException on failure.