Vector256.Store<T>(Vector256<T>, T*) Méthode
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.
Important
Cette API n’est pas conforme CLS.
Stocke un vecteur à la destination donnée.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void Store(System::Runtime::Intrinsics::Vector256<T> source, T* destination);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static void Store(System::Runtime::Intrinsics::Vector256<T> source, T* destination);
[System.CLSCompliant(false)]
public static void Store<T>(this System.Runtime.Intrinsics.Vector256<T> source, T* destination);
[System.CLSCompliant(false)]
public static void Store<T>(this System.Runtime.Intrinsics.Vector256<T> source, T* destination) where T : struct;
[<System.CLSCompliant(false)>]
static member Store : System.Runtime.Intrinsics.Vector256<'T> * nativeptr<'T> -> unit
[<System.CLSCompliant(false)>]
static member Store : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * nativeptr<'T> -> unit (requires 'T : struct)
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- source
- Vector256<T>
Vecteur qui sera stocké.
- destination
- T*
Destination à laquelle source sera stockée.
- Attributs
Exceptions
Le type et (source) n’est destinationT pas pris en charge.