Vector256.AsByte<T>(Vector256<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 Vector256<T> jako nowy Vector256 typ Byte.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<System::Byte> AsByte(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<System::Byte> AsByte(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<byte> AsByte<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
public static System.Runtime.Intrinsics.Vector256<byte> AsByte<T> (this System.Runtime.Intrinsics.Vector256<T> vector);
static member AsByte : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<byte> (requires 'T : struct)
static member AsByte : System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector256<byte>
<Extension()>
Public Function AsByte(Of T As Structure) (vector As Vector256(Of T)) As Vector256(Of Byte)
<Extension()>
Public Function AsByte(Of T) (vector As Vector256(Of T)) As Vector256(Of Byte)
Parametry typu
- T
Typ wektora wejściowego.
Parametry
- vector
- Vector256<T>
Wektor do ponownej interpretacji.
Zwraca
vector
ponownie zinterpretowany jako nowy Vector256 typ Byte.
Wyjątki
Typ vector
(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.