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

Definition

Reinterprets a Vector64<T> as a new Vector64<T>.

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

Type Parameters

T

The type of the input vector.

Parameters

vector
Vector64<T>

The vector to reinterpret.

Returns

Vector64<IntPtr>

vector reinterpreted as a new Vector64<T>.

Exceptions

The type of vector (T) is not supported.

Applies to

Product Versions
.NET 7, 8, 9, 10