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