ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
This class is a copy of the classes provided by HDF.PInvoke. It was implemented to prevent
the need for an explicit reference to HDF.PInvoke in the public API of ILNumerics.IO.HDF5.
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NO_CLASS | -1 | Elements do not expose a known datatype. | |
INTEGER | 0 | Integer elements. This includes signed and unsigned elements. | |
FLOAT | 1 | Floating point number element types. Corresponds to Double and Single. | |
TIME | 2 | A time datatype. Currently not supported. | |
STRING | 3 | String datatypes. This includes fixed and variable length strings with any kind of padding and encoding. | |
BITFIELD | 4 | Bitfield datatype. Currently not supported. | |
OPAQUE | 5 | Opaque datatype. Currently not supported. | |
COMPOUND | 6 | COMPOUND datatype. Currently not supported. | |
REFERENCE | 7 | REFERENCE datatype. Currently not supported. | |
ENUM | 8 | ENUM datatype. Currently not supported. | |
VLEN | 9 | VLEN datatype. Currently not supported. | |
ARRAY | 10 | ARRAY datatype. Currently not supported, except for string elements. | |
NCLASSES | 11 | NCLASSES datatype. Currently not supported. |
Remarks
[ILNumerics HDF5 Module]
See Also