Share via


Vector512.AsNUInt<T>(Vector512<T>) Méthode

Définition

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<UIntPtr> AsNUInt(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<UIntPtr> AsNUInt<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member AsNUInt : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<unativeint>
<Extension()>
Public Function AsNUInt(Of T) (vector As Vector512(Of T)) As Vector512(Of UIntPtr)

Paramètres de type

T

Type des éléments dans le vecteur.

Paramètres

vector
Vector512<T>

Vecteur à réinterpréter.

Retours

Vector512<UIntPtr>

Vector512<unativeint>

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 à