Edit

Share via


ReadOnlyTensorSpan<T>.Item[ReadOnlySpan Property

Definition

Overloads

Item[ReadOnlySpan<NIndex>]
Item[ReadOnlySpan<NRange>]
Item[ReadOnlySpan<IntPtr>]

Item[ReadOnlySpan<NIndex>]

Source:
ReadOnlyTensorSpan.cs
public:
 property T& ^ default[ReadOnlySpan<System::Buffers::NIndex>] { T& ^ get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
public ref readonly T this[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; }
member this.Item(ReadOnlySpan<System.Buffers.NIndex>) : 'T
Default Public ReadOnly Property Item(indexes As ReadOnlySpan(Of NIndex)) As T

Parameters

indexes
ReadOnlySpan<NIndex>

Property Value

T

Applies to

Item[ReadOnlySpan<NRange>]

Source:
ReadOnlyTensorSpan.cs
public:
 property System::Numerics::Tensors::ReadOnlyTensorSpan<T> default[ReadOnlySpan<System::Buffers::NRange>] { System::Numerics::Tensors::ReadOnlyTensorSpan<T> get(ReadOnlySpan<System::Buffers::NRange> ranges); };
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> this[scoped ReadOnlySpan<System.Buffers.NRange> ranges] { get; }
member this.Item(ReadOnlySpan<System.Buffers.NRange>) : System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Default Public ReadOnly Property Item(ranges As ReadOnlySpan(Of NRange)) As ReadOnlyTensorSpan(Of T)

Parameters

Property Value

Applies to

Item[ReadOnlySpan<IntPtr>]

Source:
ReadOnlyTensorSpan.cs
public:
 property T& ^ default[ReadOnlySpan<IntPtr>] { T& ^ get(ReadOnlySpan<IntPtr> indexes); };
public ref readonly T this[scoped ReadOnlySpan<IntPtr> indexes] { get; }
member this.Item(ReadOnlySpan<nativeint>) : 'T
Default Public ReadOnly Property Item(indexes As ReadOnlySpan(Of IntPtr)) As T

Parameters

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Property Value

T

Applies to