Vector128.StoreAligned<T>(Vector128<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 alignée donnée.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreAligned(System::Runtime::Intrinsics::Vector128<T> source, T* destination);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static void StoreAligned(System::Runtime::Intrinsics::Vector128<T> source, T* destination);
[System.CLSCompliant(false)]
public static void StoreAligned<T>(this System.Runtime.Intrinsics.Vector128<T> source, T* destination);
[System.CLSCompliant(false)]
public static void StoreAligned<T>(this System.Runtime.Intrinsics.Vector128<T> source, T* destination) where T : struct;
[<System.CLSCompliant(false)>]
static member StoreAligned : System.Runtime.Intrinsics.Vector128<'T> * nativeptr<'T> -> unit
[<System.CLSCompliant(false)>]
static member StoreAligned : System.Runtime.Intrinsics.Vector128<'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
- Vector128<T>
Vecteur qui sera stocké.
- destination
- T*
Destination alignée à laquelle source sera stockée.
- Attributs
Exceptions
Le type de source (T) n’est pas pris en charge.