ILNumerics Ultimate VS

IIndexIterator Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The IIndexIterator type exposes the following members.

Methods

  NameDescription
Public methodGetLastDimensionIndex
Gets the index of the last element of the dimension this iterator is working along. This must be provided by such iterators, capable of storing negative indices only.

[ILNumerics Core Module]

Public methodGetLength
Gives the number of elements addressed by this object.

[ILNumerics Core Module]

Public methodGetMaximum
Gives the maximum index addressed by this iterator, if such value exists.

[ILNumerics Core Module]

Public methodGetMinimum
Gives the minimum index addressed by this iterator, if such value exists.

[ILNumerics Core Module]

Public methodGetStepSize
Gives the step size of the range, in case that this iterator object represents a simple (un-/stepped) range. Otherwise: null.

[ILNumerics Core Module]

Top
See Also

Reference