Udostępnij za pośrednictwem


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

Definicja

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<System::Byte> AsByte(System::Runtime::Intrinsics::Vector512<T> vector);
public static System.Runtime.Intrinsics.Vector512<byte> AsByte<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
static member AsByte : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<byte>
<Extension()>
Public Function AsByte(Of T) (vector As Vector512(Of T)) As Vector512(Of Byte)

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 .

Wyjątki

Typ vector (T) nie jest obsługiwany.

Dotyczy