Show / Hide Table of Contents

Class H5DataType.CompoundType

The compound data type.

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

Properties

| Improve this Doc View Source

Members

Gets an array of members.

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