Enum H5T.sign_t
Types of integer sign schemes
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum sign_t : int
Fields
Name | Description |
---|---|
ERROR | error |
NONE | unsigned |
NSGN | |
SGN_2 | two's complement |