Show / Hide Table of Contents

Class H5DataType

An HDF5 data type.

Inheritance
System.Object
H5DataType
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public class H5DataType

Properties

| Improve this Doc View Source

Array

Gets the array data type.

Declaration
public H5DataType.ArrayType Array { get; }
Property Value
Type Description
H5DataType.ArrayType
| Improve this Doc View Source

BitField

Gets the bitfield data type.

Declaration
public H5DataType.BitFieldType BitField { get; }
Property Value
Type Description
H5DataType.BitFieldType
| Improve this Doc View Source

Class

Gets the data type class.

Declaration
public H5DataTypeClass Class { get; }
Property Value
Type Description
H5DataTypeClass
| Improve this Doc View Source

Compound

Gets the compound data type.

Declaration
public H5DataType.CompoundType Compound { get; }
Property Value
Type Description
H5DataType.CompoundType
| Improve this Doc View Source

Enumeration

Gets the enumeration data type.

Declaration
public H5DataType.EnumerationType Enumeration { get; }
Property Value
Type Description
H5DataType.EnumerationType
| Improve this Doc View Source

FixedPoint

Gets the fixed-point data type.

Declaration
public H5DataType.FixedPointType FixedPoint { get; }
Property Value
Type Description
H5DataType.FixedPointType
| Improve this Doc View Source

FloatingPoint

Gets the floating-point data type.

Declaration
public H5DataType.FloatingPointType FloatingPoint { get; }
Property Value
Type Description
H5DataType.FloatingPointType
| Improve this Doc View Source

Opaque

Gets the opaque data type.

Declaration
public H5DataType.OpaqueType Opaque { get; }
Property Value
Type Description
H5DataType.OpaqueType
| Improve this Doc View Source

Reference

Gets the reference data type.

Declaration
public H5DataType.ReferenceType Reference { get; }
Property Value
Type Description
H5DataType.ReferenceType
| Improve this Doc View Source

Size

Gets the size of the data type in bytes.

Declaration
public int Size { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

String

Gets the string data type.

Declaration
public H5DataType.StringType String { get; }
Property Value
Type Description
H5DataType.StringType
| Improve this Doc View Source

VariableLength

Gets the variable-length data type.

Declaration
public H5DataType.VariableLengthType VariableLength { get; }
Property Value
Type Description
H5DataType.VariableLengthType
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms