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

Definice

Znovu interpretuje Vector512<T> jako nový Vector512<T>.

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

Parametry typu

T

Typ prvků ve vektoru.

Parametry

vector
Vector512<T>

Vektor, který se má reinterpretovat.

Návraty

vector reinterpreted as a new Vector512<T>.

Výjimky

Typ vector (T) není podporován.

Platí pro