Vector512.AsVector512<T>(Vector<T>) Metoda

Definicja

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<T> AsVector512(System::Numerics::Vector<T> value);
public static System.Runtime.Intrinsics.Vector512<T> AsVector512<T> (this System.Numerics.Vector<T> value);
static member AsVector512 : System.Numerics.Vector<'T> -> System.Runtime.Intrinsics.Vector512<'T>
<Extension()>
Public Function AsVector512(Of T) (value As Vector(Of T)) As Vector512(Of T)

Parametry typu

T

Typ elementów w wektorze.

Parametry

value
Vector<T>

Wektor do ponownej interpretacji.

Zwraca

value ponownie zinterpretowany jako nowy Vector512<T>element .

Wyjątki

Typ value (T) nie jest obsługiwany.

Dotyczy