ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTGetEnumerator Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Enumerator returning elements as T1 in column major order.

[ILNumerics Core Module]

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

public IEnumerator<T1> GetEnumerator()

Return Value

Type: IEnumeratorT1

Implements

IEnumerableTGetEnumerator
Remarks

This standard iterator returns an IEnumeratorT and can be used to iterate the elements of A along the rows. It is convenient for using the ArrayT in foreach loops.

If you require more control over the order of iteration use one of the [Array{T}].Iterator() extension methods instead.

[ILNumerics Core Module]

See Also

Reference