Udostępnij za pośrednictwem


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

Definicja

Reinterpretuje element Vector512<T> jako nowy Vector512<T>.

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

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