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 SourceChunkDimensions
Gets the chunk dimensions.
Declaration
public ulong[] ChunkDimensions { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64[] |
Class
Gets the data layout class.
Declaration
public H5DataLayoutClass Class { get; }
Property Value
| Type | Description |
|---|---|
| H5DataLayoutClass |