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

Définition

Important

Cette API n’est pas conforme CLS.

Réinterprète un Vector64<T> en tant que nouveau Vector64<T>.

[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);

Paramètres de type

T

Type du vecteur d’entrée.

Paramètres

vector
Vector64<T>

Vecteur à réinterpréter.

Retours

Vector64<UIntPtr>

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 à