ILNumerics.Net
CreateIterator Method (pos, leadingDimension)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreateIterator(ILIteratorPositions, Int32)
ILNumerics.Net - numeric computing for .NET
Create iterator for the elements of the current instance of ILArray, specify start element and dimension to walk along
Declaration Syntax
C#Visual BasicVisual C++
public override ILIterator<BaseT> CreateIterator(
	ILIteratorPositions pos,
	int leadingDimension
)
Public Overrides Function CreateIterator ( _
	pos As ILIteratorPositions, _
	leadingDimension As Integer _
) As ILIterator(Of BaseT)
public:
virtual ILIterator<BaseT>^ CreateIterator(
	ILIteratorPositions pos, 
	int leadingDimension
) override
Parameters
pos (ILIteratorPositions)
start position. One out of the ILIteratorPositions: ILStart, ILMiddle, ILEnd
leadingDimension (Int32)
The dimension index to walk along
Return Value
Iterator of the same type as the current instance of ILArray

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)