Share via


Tensor<T>.ITensor.Item[ReadOnlySpan Property

Definition

Overloads

ITensor.Item[ReadOnlySpan<NIndex>]

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

Parameters

indexes
ReadOnlySpan<NIndex>

Property Value

Implements

Applies to

ITensor.Item[ReadOnlySpan<IntPtr>]

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

Parameters

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Property Value

Implements

Applies to