Axes.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public IEnumerator<int> GetEnumerator()

Return Value

IEnumerator<Int32>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also