Struct Step
- Namespace
- PureHDF.Selections
- Assembly
- PureHDF.dll
Represents a single unit of data to be selected.
public readonly struct Step : IEquatable<Step>
- Implements
Constructors
Step(ulong[], ulong)
Represents a single unit of data to be selected.
public Step(ulong[] Coordinates, ulong ElementCount)
Parameters
Coordinatesulong[]The data coordinates.
ElementCountulongThe number of elements to select along the fastest changing dimension.
Properties
Coordinates
The data coordinates.
public ulong[] Coordinates { get; init; }
Property Value
- ulong[]
ElementCount
The number of elements to select along the fastest changing dimension.
public ulong ElementCount { get; init; }
Property Value
Methods
Deconstruct(out ulong[], out ulong)
public void Deconstruct(out ulong[] Coordinates, out ulong ElementCount)
Parameters
Equals(Step)
public bool Equals(Step other)
Parameters
otherStep
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(Step, Step)
public static bool operator ==(Step left, Step right)
Parameters
Returns
operator !=(Step, Step)
public static bool operator !=(Step left, Step right)