ReadOnlyTensorSpan<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 ReadOnlyTensorSpan. |
Item[ReadOnlySpan<NRange>] |
Restituisce una sezione di ReadOnlyTensorSpan. |
Item[ReadOnlySpan<IntPtr>] |
Restituisce un riferimento all'elemento specificato di ReadOnlyTensorSpan. |
Item[ReadOnlySpan<NIndex>]
- Origine:
- ReadOnlyTensorSpan.cs
Restituisce un riferimento all'elemento specificato di ReadOnlyTensorSpan.
public:
property T& ^ default[ReadOnlySpan<System::Buffers::NIndex>] { T& ^ get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
public ref readonly 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:
- ReadOnlyTensorSpan.cs
Restituisce una sezione di ReadOnlyTensorSpan.
public:
property System::Numerics::Tensors::ReadOnlyTensorSpan<T> default[ReadOnlySpan<System::Buffers::NRange>] { System::Numerics::Tensors::ReadOnlyTensorSpan<T> get(ReadOnlySpan<System::Buffers::NRange> ranges); };
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> this[scoped ReadOnlySpan<System.Buffers.NRange> ranges] { get; }
member this.Item(ReadOnlySpan<System.Buffers.NRange>) : System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Default Public ReadOnly Property Item(ranges As ReadOnlySpan(Of NRange)) As ReadOnlyTensorSpan(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:
- ReadOnlyTensorSpan.cs
Restituisce un riferimento all'elemento specificato di ReadOnlyTensorSpan.
public:
property T& ^ default[ReadOnlySpan<IntPtr>] { T& ^ get(ReadOnlySpan<IntPtr> indexes); };
public ref readonly 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