Tensor<T>.ITensor<Tensor<T>,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
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<NIndex>] |
Restituisce l'elemento specificato di Tensor. |
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<IntPtr>] |
Restituisce l'elemento specificato di Tensor. |
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<NIndex>]
- Origine:
- Tensor.cs
- Origine:
- Tensor.cs
Restituisce l'elemento specificato di Tensor.
property T System::Numerics::Tensors::ITensor<System::Numerics::Tensors::Tensor<T>,T>::Item[ReadOnlySpan<System::Buffers::NIndex>] { T get(ReadOnlySpan<System::Buffers::NIndex> indexes); void set(ReadOnlySpan<System::Buffers::NIndex> indexes, T value); };
T System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; set; }
member this.System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item(ReadOnlySpan<System.Buffers.NIndex>) : 'T with get, set
Property Item(indexes As ReadOnlySpan(Of NIndex)) As T Implements ITensor(Of Tensor(Of T), T).Item
Parametri
- indexes
- ReadOnlySpan<NIndex>
Valore della proprietà
Implementazioni
Eccezioni
Generata quando l'indice è minore di 0 o indice maggiore o uguale a FlattenedLength
Si applica a
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<IntPtr>]
- Origine:
- Tensor.cs
- Origine:
- Tensor.cs
Restituisce l'elemento specificato di Tensor.
property T System::Numerics::Tensors::ITensor<System::Numerics::Tensors::Tensor<T>,T>::Item[ReadOnlySpan<IntPtr>] { T get(ReadOnlySpan<IntPtr> indexes); void set(ReadOnlySpan<IntPtr> indexes, T value); };
T System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item[scoped ReadOnlySpan<IntPtr> indexes] { get; set; }
member this.System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item(ReadOnlySpan<nativeint>) : 'T with get, set
Property Item(indexes As ReadOnlySpan(Of IntPtr)) As T Implements ITensor(Of Tensor(Of T), T).Item
Parametri
- indexes
-
ReadOnlySpan<nativeint>
Valore della proprietà
Implementazioni
Eccezioni
Generata quando l'indice è minore di 0 o indice maggiore o uguale a FlattenedLength