ITensor.Item[ReadOnlySpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
- ITensor.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); void set(ReadOnlySpan<System::Buffers::NIndex> indexes, System::Object ^ value); };
public object this[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; set; }
member this.Item(ReadOnlySpan<System.Buffers.NIndex>) : obj with get, set
Default Public 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:
- ITensor.cs
Gets the value at the specified indexes.
public:
property System::Object ^ default[ReadOnlySpan<IntPtr>] { System::Object ^ get(ReadOnlySpan<IntPtr> indexes); void set(ReadOnlySpan<IntPtr> indexes, System::Object ^ value); };
public object this[scoped ReadOnlySpan<IntPtr> indexes] { get; set; }
member this.Item(ReadOnlySpan<nativeint>) : obj with get, set
Default Public Property Item(indexes As ReadOnlySpan(Of IntPtr)) As Object
Parameters
- indexes
-
ReadOnlySpan<nativeint>
The indexes to be used.