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

Definicja

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

Vector64<Byte>

vector ponownie zinterpretowany jako nowy Vector64 typ Byte.

Wyjątki

Typ vector (T) nie jest obsługiwany.

Dotyczy