Поделиться через


TensorDimensionSpan<T>.Enumerator Struct

Definition

Enumerates the spans of a tensor dimension span.

public: value class TensorDimensionSpan<T>::Enumerator : System::Collections::Generic::IEnumerator<System::Numerics::Tensors::TensorSpan<T>>
public ref struct TensorDimensionSpan<T>.Enumerator : System.Collections.Generic.IEnumerator<System.Numerics.Tensors.TensorSpan<T>>
type TensorDimensionSpan<'T>.Enumerator = struct
    interface IEnumerator<TensorSpan<'T>>
    interface IEnumerator
    interface IDisposable
Public Structure TensorDimensionSpan(Of T).Enumerator
Implements IEnumerator(Of TensorSpan(Of T))

Type Parameters

T
Inheritance
TensorDimensionSpan<T>.Enumerator
Implements

Properties

Name Description
Current

Gets the span at the current position of the enumerator.

Methods

Name Description
MoveNext()

Advances the enumerator to the next element of the tensor span.

Reset()

Sets the enumerator to its initial position, which is before the first element in the tensor span.

Explicit Interface Implementations

Name Description
IDisposable.Dispose()
IEnumerator.Current

Applies to