Show / Hide Table of Contents

Class H5Dataspace

An HDF5 dataspace.

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

Properties

| Improve this Doc View Source

Dimensions

Gets the dataspace dimensions.

Declaration
public ulong[] Dimensions { get; }
Property Value
Type Description
System.UInt64[]
| Improve this Doc View Source

MaxDimensions

Gets the maximum dataspace dimensions.

Declaration
public ulong[] MaxDimensions { get; }
Property Value
Type Description
System.UInt64[]
| Improve this Doc View Source

Rank

Gets the dataspace rank.

Declaration
public byte Rank { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Type

Gets the dataspace type.

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