Show / Hide Table of Contents

Class H5DataLayout

An HDF5 data layout.

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

Properties

| Improve this Doc View Source

ChunkDimensions

Gets the chunk dimensions.

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

Class

Gets the data layout class.

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