Share via


Tensor<T>.IReadOnlyTensor.Item[ReadOnlySpan Property

Definition

Overloads

IReadOnlyTensor.Item[ReadOnlySpan<IntPtr>]

Source:
Tensor.cs
property System::Object ^ System::Numerics::Tensors::IReadOnlyTensor::Item[ReadOnlySpan<IntPtr>] { System::Object ^ get(ReadOnlySpan<IntPtr> indexes); };
object System.Numerics.Tensors.IReadOnlyTensor.Item[scoped ReadOnlySpan<IntPtr> indexes] { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor.Item(ReadOnlySpan<nativeint>) : obj
 ReadOnly Property Item(indexes As ReadOnlySpan(Of IntPtr)) As Object Implements IReadOnlyTensor.Item

Parameters

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Property Value

Implements

Applies to

IReadOnlyTensor.Item[ReadOnlySpan<NIndex>]

Source:
Tensor.cs
property System::Object ^ System::Numerics::Tensors::IReadOnlyTensor::Item[ReadOnlySpan<System::Buffers::NIndex>] { System::Object ^ get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
object System.Numerics.Tensors.IReadOnlyTensor.Item[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor.Item(ReadOnlySpan<System.Buffers.NIndex>) : obj
 ReadOnly Property Item(indexes As ReadOnlySpan(Of NIndex)) As Object Implements IReadOnlyTensor.Item

Parameters

indexes
ReadOnlySpan<NIndex>

Property Value

Implements

Applies to