Show / Hide Table of Contents

Enum H5DataTypeClass

Specifies the data type class.

Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public enum H5DataTypeClass : byte

Fields

Name Description
Array

An array data type.

BitField

A bitfield.

Compound

A compound data type.

Enumerated

An enumeration.

FixedPoint

A fixed-point number.

FloatingPoint

A floating-point number.

Opaque

An opaque blob of bytes.

Reference

A reference.

String

A string.

Time

A time structure. Not supported.

VariableLength

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

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms