Show / Hide Table of Contents

Class H5DataType.ArrayType

The array data type.

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

Properties

| Improve this Doc View Source

BaseType

Gets the base data type.

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