TensorSpan<T>.Item[ReadOnlySpan Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Item[ReadOnlySpan<NIndex>] |
Restituisce un riferimento all'elemento specificato di TensorSpan. |
Item[ReadOnlySpan<NRange>] |
Restituisce una sezione di TensorSpan. |
Item[ReadOnlySpan<IntPtr>] |
Restituisce un riferimento all'elemento specificato di TensorSpan. |
Item[ReadOnlySpan<NIndex>]
- Origine:
- TensorSpan.cs
Restituisce un riferimento all'elemento specificato di TensorSpan.
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>
Valore della proprietà
Eccezioni
Generata quando un indice è minore di 0 o qualsiasi indice è maggiore o uguale a FlattenedLength
Si applica a
Item[ReadOnlySpan<NRange>]
- Origine:
- TensorSpan.cs
Restituisce una sezione di TensorSpan.
public:
property System::Numerics::Tensors::TensorSpan<T> default[ReadOnlySpan<System::Buffers::NRange>] { System::Numerics::Tensors::TensorSpan<T> get(ReadOnlySpan<System::Buffers::NRange> ranges); void set(ReadOnlySpan<System::Buffers::NRange> ranges, System::Numerics::Tensors::TensorSpan<T> value); };
public System.Numerics.Tensors.TensorSpan<T> this[scoped ReadOnlySpan<System.Buffers.NRange> ranges] { get; set; }
member this.Item(ReadOnlySpan<System.Buffers.NRange>) : System.Numerics.Tensors.TensorSpan<'T> with get, set
Default Public Property Item(ranges As ReadOnlySpan(Of NRange)) As TensorSpan(Of T)
Parametri
- ranges
- ReadOnlySpan<NRange>
Valore della proprietà
Eccezioni
Generata quando un indice è minore di 0 o qualsiasi indice è maggiore o uguale a FlattenedLength
Si applica a
Item[ReadOnlySpan<IntPtr>]
- Origine:
- TensorSpan.cs
Restituisce un riferimento all'elemento specificato di TensorSpan.
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<nativeint>
Valore della proprietà
Eccezioni
Generata quando un indice è minore di 0 o qualsiasi indice è maggiore o uguale a FlattenedLength