Show / Hide Table of Contents

Class H5DataType.CompoundType.CompoundMember

A compound member.

Inheritance
System.Object
H5DataType.CompoundType.CompoundMember
Implements
System.IEquatable<H5DataType.CompoundType.CompoundMember>
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public class CompoundMember : object

Constructors

| Improve this Doc View Source

CompoundMember(String, Int32, H5DataType)

A compound member.

Declaration
public CompoundMember(string Name, int Offset, H5DataType Type)
Parameters
Type Name Description
System.String Name

The member name.

System.Int32 Offset

The offset of the member in the parent compound data type.

H5DataType Type

The member data type.

Properties

| Improve this Doc View Source

Name

The member name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Offset

The offset of the member in the parent compound data type.

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

Type

The member data type.

Declaration
public H5DataType Type { get; set; }
Property Value
Type Description
H5DataType

Implements

System.IEquatable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms