Vector128.AsNUInt<T>(Vector128<T>) Method

Definition

Important

This API is not CLS-compliant.

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

[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<UIntPtr> AsNUInt<T> (this System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<UIntPtr> AsNUInt<T> (this System.Runtime.Intrinsics.Vector128<T> vector);

Type Parameters

T

The type of the input vector.

Parameters

vector
Vector128<T>

The vector to reinterpret.

Returns

Vector128<UIntPtr>

vector reinterpreted as a new Vector128<T>.

Attributes

Exceptions

The type of vector (T) is not supported.

Applies to

Producto Versiones
.NET 7, 8, 9