Vector64.AsNInt<T>(Vector64<T>) Metodo

Definizione

Reinterpreta un Vector64<T> come nuovo Vector64<T>.

C#
public static System.Runtime.Intrinsics.Vector64<IntPtr> AsNInt<T> (this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
C#
public static System.Runtime.Intrinsics.Vector64<IntPtr> AsNInt<T> (this System.Runtime.Intrinsics.Vector64<T> vector);

Parametri di tipo

T

Tipo del vettore di input.

Parametri

vector
Vector64<T>

Vettore da reinterpretare.

Restituisce

Vector64<IntPtr>

vector reinterpretato come nuovo Vector64<T>.

Eccezioni

Il tipo vector (T) non è supportato.

Si applica a

Prodotto Versioni
.NET 7, 8, 9