Udostępnij za pośrednictwem


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

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Reinterpretuje element Vector128<T> jako nowy Vector128<T>.

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector128<UIntPtr> AsNUInt(System::Runtime::Intrinsics::Vector128<T> vector);
[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)>]
static member AsNUInt : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<unativeint> (requires 'T : struct)
<Extension()>
Public Function AsNUInt(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of UIntPtr)

Parametry typu

T

Typ wektora wejściowego.

Parametry

vector
Vector128<T>

Wektor do ponownej interpretacji.

Zwraca

Vector128<UIntPtr>

Vector128<unativeint>

vector ponownie zinterpretowany jako nowy Vector128<T>element .

Atrybuty

Wyjątki

Typ vector (T) nie jest obsługiwany.

Dotyczy