Vector512.AsUInt16<T>(Vector512<T>) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Ponownie interpretuje element Vector512<T> jako nowy Vector512<T>element .

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<System::UInt16> AsUInt16(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ushort> AsUInt16<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member AsUInt16 : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<uint16>
<Extension()>
Public Function AsUInt16(Of T) (vector As Vector512(Of T)) As Vector512(Of UShort)

Parametry typu

T

Typ elementów w wektorze.

Parametry

vector
Vector512<T>

Wektor do ponownej interpretacji.

Zwraca

vector ponownie zinterpretowany jako nowy Vector512<T>element .

Atrybuty

Wyjątki

Typ vector (T) nie jest obsługiwany.

Dotyczy