Show / Hide Table of Contents

Struct Step

Represents a single unit of data to be selected.

Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public struct Step

Properties

| Improve this Doc View Source

Coordinates

Gets the data coordinates.

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

ElementCount

Gets the number of elements to select along the fastest changing dimension.

Declaration
public ulong ElementCount { readonly get; set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms