Share via


TensorDimensionSpan<T>.Item[IntPtr] Property

Definition

Gets the tensor span representing a slice of the tracked dimension using the specified index.

public:
 property System::Numerics::Tensors::TensorSpan<T> default[IntPtr] { System::Numerics::Tensors::TensorSpan<T> get(IntPtr index); };
public System.Numerics.Tensors.TensorSpan<T> this[IntPtr index] { get; }
member this.Item(nativeint) : System.Numerics.Tensors.TensorSpan<'T>
Default Public ReadOnly Property Item(index As IntPtr) As TensorSpan(Of T)

Parameters

index
IntPtr

nativeint

The index of the tensor span slice to retrieve within the tracked dimension.

Property Value

The tensor span representing a slice of the tracked dimension using index.

Applies to