ILNumerics Ultimate VS

IIndexIteratorGetLastDimensionIndex Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

long GetLastDimensionIndex()

Return Value

Type: Int64
Remarks

This value is specified at the time the iterator was initialized and used for evaluating 'end' placeholders in some situations. For numpy array style this equals the length of the corresponding dimension minus 1. For ILNumericsV4 this corresponds to the last element index in this and trailing, merged dimensions.

[ILNumerics Core Module]

See Also

Reference