Vector512.AsVector512<T>(Vector<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.
Réinterprète un Vector<T> en tant que nouveau Vector512<T>.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector512<T> AsVector512(System::Numerics::Vector<T> value);
public static System.Runtime.Intrinsics.Vector512<T> AsVector512<T> (this System.Numerics.Vector<T> value);
static member AsVector512 : System.Numerics.Vector<'T> -> System.Runtime.Intrinsics.Vector512<'T>
<Extension()>
Public Function AsVector512(Of T) (value As Vector(Of T)) As Vector512(Of T)
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- value
- Vector<T>
Vecteur à réinterpréter.
Retours
value réinterprété en tant que nouveau Vector512<T>.
Exceptions
Le type de value (T) n’est pas pris en charge.