Table of Contents

Class NoneSelection

Namespace
PureHDF.Selections
Assembly
PureHDF.dll

This selection selects no elements in the dataset.

public class NoneSelection : Selection
Inheritance
NoneSelection

Constructors

NoneSelection()

Initializes a new instance of the NoneSelection instance.

public NoneSelection()

Properties

TotalElementCount

Gets the total number of elements which is used to preallocate the returned buffer.

public override ulong TotalElementCount { get; }

Property Value

ulong

Methods

Walk(ulong[])

The walk function is used to walk through the dataset and select the requested data.

public override IEnumerable<Step> Walk(ulong[] limits)

Parameters

limits ulong[]

The dataset dimensions.

Returns

IEnumerable<Step>

An enumerable which provides a sequence of steps to select the requested data.