Tensor<T>.GetEnumerator Method

Gets an enumerator for the tensor.

Definition

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

Return Value

IEnumerator<T>
An object that enumerates over the elements of the tensor.

Implements

IEnumerable<T>.GetEnumerator()

See Also