Tensor<T>.ITensor<Tensor<T>,T>.Item[ReadOnlySpan Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<NIndex>] |
Retourne l’élément spécifié du Tensor. |
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<IntPtr>] |
Retourne l’élément spécifié du Tensor. |
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<NIndex>]
- Source:
- Tensor.cs
Retourne l’élément spécifié du 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
Paramètres
- indexes
- ReadOnlySpan<NIndex>
Valeur de propriété
Implémente
Exceptions
Levée lorsque l’index inférieur à 0 ou index supérieur ou égal à FlattenedLength
S’applique à
ITensor<Tensor<T>,T>.Item[ReadOnlySpan<IntPtr>]
- Source:
- Tensor.cs
Retourne l’élément spécifié du 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
Paramètres
- indexes
-
ReadOnlySpan<nativeint>
Valeur de propriété
Implémente
Exceptions
Levée lorsque l’index inférieur à 0 ou index supérieur ou égal à FlattenedLength