Share via


TensorDimensionSpan<T>.Enumerator.Current Property

Definition

Gets the span at the current position of the enumerator.

public:
 property System::Numerics::Tensors::TensorSpan<T> Current { System::Numerics::Tensors::TensorSpan<T> get(); };
public System.Numerics.Tensors.TensorSpan<T> Current { get; }
member this.Current : System.Numerics.Tensors.TensorSpan<'T>
Public ReadOnly Property Current As TensorSpan(Of T)

Property Value

Implements

Applies to