Axes.Get Enumerator 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.1
C#
An enumerator that can be used to iterate through the collection.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public IEnumerator<int> GetEnumerator()
Return Value
IEnumerator<Int32>An enumerator that can be used to iterate through the collection.