ILNumerics - Technical Application Development
Top
The IIndexIterator type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetLastDimensionIndex |
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] | |
GetLength |
Gives the number of elements addressed by this object.
[ILNumerics Core Module] | |
GetMaximum |
Gives the maximum index addressed by this iterator, if such value exists.
[ILNumerics Core Module] | |
GetMinimum |
Gives the minimum index addressed by this iterator, if such value exists.
[ILNumerics Core Module] | |
GetStepSize |
Gives the step size of the range, in case that this iterator object represents a simple (un-/stepped) range. Otherwise: null.
[ILNumerics Core Module] |
See Also