Vector512.AsUInt16<T>(Vector512<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.
Réinterprète un Vector512<T> en tant que nouveau Vector512<T>.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector512<System::UInt16> AsUInt16(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ushort> AsUInt16<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member AsUInt16 : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<uint16>
<Extension()>
Public Function AsUInt16(Of T) (vector As Vector512(Of T)) As Vector512(Of UShort)
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- vector
- Vector512<T>
Vecteur à réinterpréter.
Retours
vector
réinterprété en tant que nouveau Vector512<T>.
- Attributs
Exceptions
Le type de vector
(T
) n’est pas pris en charge.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.