ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Namespace: ILNumerics.Core.StorageLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
[SerializableAttribute] public struct ScalarIndexIterator : IIndexIterator, IEnumerable<long>, IEnumerable, IEnumerator<long>, IDisposable, IEnumerator
The ScalarIndexIterator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScalarIndexIterator | Initializes a new instance of the ScalarIndexIterator class |
Properties
| Name | Description | |
|---|---|---|
| Current |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the ScalarIndexIterator | |
| GetEnumerator | ||
| GetLastDimensionIndex | ||
| GetLength | ||
| GetMaximum | ||
| GetMinimum | ||
| GetStepSize | ||
| MoveNext | ||
| Reset |
See Also