ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
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
Return Value
Type: IEnumeratorT1Implements
IEnumerableTGetEnumeratorRemarks
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