Table of Contents

Enum H5DataTypeClass

Namespace
PureHDF
Assembly
PureHDF.dll

Specifies the data type class.

public enum H5DataTypeClass : byte

Fields

Array = 10

An array data type.

BitField = 4

A bitfield.

Compound = 6

A compound data type.

Enumerated = 8

An enumeration.

FixedPoint = 0

A fixed-point number.

FloatingPoint = 1

A floating-point number.

Opaque = 5

An opaque blob of bytes.

Reference = 7

A reference.

String = 3

A string.

Time = 2

A time structure. Not supported.

VariableLength = 9

A variable-length data type (string or sequence).