ILNumerics Ultimate VS

H5Class Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Potential element datatype classes using in H5Dataset and H5Attribute.

[ILNumerics HDF5 Module]

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public enum H5Class
Members

  Member nameValueDescription
NO_CLASS-1 Elements do not expose a known datatype.
INTEGER0 Integer elements. This includes signed and unsigned elements.
FLOAT1 Floating point number element types. Corresponds to Double and Single.
TIME2 A time datatype. Currently not supported.
STRING3 String datatypes. This includes fixed and variable length strings with any kind of padding and encoding.
BITFIELD4 Bitfield datatype. Currently not supported.
OPAQUE5 Opaque datatype. Currently not supported.
COMPOUND6 COMPOUND datatype. Currently not supported.
REFERENCE7 REFERENCE datatype. Currently not supported.
ENUM8 ENUM datatype. Currently not supported.
VLEN9 VLEN datatype. Currently not supported.
ARRAY10 ARRAY datatype. Currently not supported, except for string elements.
NCLASSES11 NCLASSES datatype. Currently not supported.
Remarks

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.

[ILNumerics HDF5 Module]

See Also

Reference