ITensor<TSelf,T>.Item[] Proprietà

Definizione

Overload

Nome Descrizione
Item[ReadOnlySpan<NIndex>]

Ottiene il valore in corrispondenza degli indici specificati.

Item[ReadOnlySpan<NRange>]

Ottiene o imposta una sezione fuori dal tensore corrente che contiene un intervallo specificato.

Item[ReadOnlySpan<IntPtr>]

Ottiene il valore in corrispondenza degli indici specificati.

Item[ReadOnlySpan<NIndex>]

Origine:
ITensor_1.cs
Origine:
ITensor.cs
Origine:
ITensor_1.cs

Ottiene il valore in corrispondenza degli indici specificati.

public:
 property T % default[ReadOnlySpan<System::Buffers::NIndex>] { T % get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
public ref 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

Parametri

indexes
ReadOnlySpan<NIndex>

Indici da utilizzare.

Valore della proprietà

T

Riferimento all'elemento esistente in indexes.

Si applica a

Item[ReadOnlySpan<NRange>]

Origine:
ITensor_1.cs
Origine:
ITensor.cs
Origine:
ITensor_1.cs

Ottiene o imposta una sezione fuori dal tensore corrente che contiene un intervallo specificato.

public:
 property TSelf default[ReadOnlySpan<System::Buffers::NRange>] { TSelf get(ReadOnlySpan<System::Buffers::NRange> ranges); void set(ReadOnlySpan<System::Buffers::NRange> ranges, TSelf value); };
public TSelf this[scoped ReadOnlySpan<System.Buffers.NRange> ranges] { get; set; }
member this.Item(ReadOnlySpan<System.Buffers.NRange>) : 'Self with get, set
Default Public Property Item(ranges As ReadOnlySpan(Of NRange)) As TSelf

Parametri

ranges
ReadOnlySpan<NRange>

Intervallo di cui eseguire la sezione.

Valore della proprietà

TSelf

Tensore costituito da tutti gli elementi del tensore corrente in ranges.

Eccezioni

ranges è maggiore del tensore.

Si applica a

Item[ReadOnlySpan<IntPtr>]

Origine:
ITensor_1.cs
Origine:
ITensor.cs
Origine:
ITensor_1.cs

Ottiene il valore in corrispondenza degli indici specificati.

public:
 property T % default[ReadOnlySpan<IntPtr>] { T % get(ReadOnlySpan<IntPtr> indexes); };
public ref 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

Parametri

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Indici da utilizzare.

Valore della proprietà

T

Riferimento all'elemento esistente in indexes.

Si applica a