Vector128.AsNUInt<T>(Vector128<T>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
vector
ponownie zinterpretowany jako nowy Vector128<T>element .
- Atrybuty
Wyjątki
Typ vector
(T
) nie jest obsługiwany.