Share via


IReadOnlyTensor.Item[ReadOnlySpan Property

Definition

Overloads

Item[ReadOnlySpan<NIndex>]

Gets the value at the specified indexes.

Item[ReadOnlySpan<IntPtr>]

Gets the value at the specified indexes.

Item[ReadOnlySpan<NIndex>]

Source:
IReadOnlyTensor.cs

Gets the value at the specified indexes.

public:
 property System::Object ^ default[ReadOnlySpan<System::Buffers::NIndex>] { System::Object ^ get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
public object this[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; }
member this.Item(ReadOnlySpan<System.Buffers.NIndex>) : obj
Default Public ReadOnly Property Item(indexes As ReadOnlySpan(Of NIndex)) As Object

Parameters

indexes
ReadOnlySpan<NIndex>

The indexes to be used.

Property Value

Applies to

Item[ReadOnlySpan<IntPtr>]

Source:
IReadOnlyTensor.cs

Gets the value at the specified indexes.

public:
 property System::Object ^ default[ReadOnlySpan<IntPtr>] { System::Object ^ get(ReadOnlySpan<IntPtr> indexes); };
public object this[scoped ReadOnlySpan<IntPtr> indexes] { get; }
member this.Item(ReadOnlySpan<nativeint>) : obj
Default Public ReadOnly Property Item(indexes As ReadOnlySpan(Of IntPtr)) As Object

Parameters

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

The indexes to be used.

Property Value

Applies to