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