Vector256.AsVector256<T>(Vector<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.
Reinterpretuje element Vector<T> jako nowy Vector256<T>.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<T> AsVector256(System::Numerics::Vector<T> value);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<T> AsVector256(System::Numerics::Vector<T> value);
public static System.Runtime.Intrinsics.Vector256<T> AsVector256<T> (this System.Numerics.Vector<T> value) where T : struct;
public static System.Runtime.Intrinsics.Vector256<T> AsVector256<T> (this System.Numerics.Vector<T> value);
static member AsVector256 : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> (requires 'T : struct)
static member AsVector256 : System.Numerics.Vector<'T> -> System.Runtime.Intrinsics.Vector256<'T>
<Extension()>
Public Function AsVector256(Of T As Structure) (value As Vector(Of T)) As Vector256(Of T)
<Extension()>
Public Function AsVector256(Of T) (value As Vector(Of T)) As Vector256(Of T)
Parametry typu
- T
Typ wektorów.
Parametry
- value
- Vector<T>
Wektor do ponownej interpretacji.
Zwraca
value
ponownie zinterpretowany jako nowy Vector256<T>element .
Wyjątki
Typ value
(T
) nie jest obsługiwany.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.