Vector128.AsNUInt<T>(Vector128<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 Vector128<T> en tant que nouveau Vector128<T>.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<UIntPtr> AsNUInt(System::Runtime::Intrinsics::Vector128<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<UIntPtr> AsNUInt(System::Runtime::Intrinsics::Vector128<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<UIntPtr> AsNUInt<T> (this System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<UIntPtr> AsNUInt<T> (this System.Runtime.Intrinsics.Vector128<T> vector);
[<System.CLSCompliant(false)>]
static member AsNUInt : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<unativeint> (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member AsNUInt : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<unativeint>
<Extension()>
Public Function AsNUInt(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of UIntPtr)
<Extension()>
Public Function AsNUInt(Of T) (vector As Vector128(Of T)) As Vector128(Of UIntPtr)
Paramètres de type
- T
Type du vecteur d’entrée.
Paramètres
- vector
- Vector128<T>
Vecteur à réinterpréter.
Retours
vector
réinterprété en tant que nouveau Vector128<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.