Vector512.As<TFrom,TTo>(Vector512<TFrom>) Metoda

Definice

Reinterprets a Vector512<T> as a new Vector512<T>.

public:
generic <typename TFrom, typename TTo>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<TTo> As(System::Runtime::Intrinsics::Vector512<TFrom> vector);
public static System.Runtime.Intrinsics.Vector512<TTo> As<TFrom,TTo> (this System.Runtime.Intrinsics.Vector512<TFrom> vector);
static member As : System.Runtime.Intrinsics.Vector512<'From> -> System.Runtime.Intrinsics.Vector512<'o>
<Extension()>
Public Function As(Of TFrom, TTo) (vector As Vector512(Of TFrom)) As Vector512(Of TTo)

Parametry typu

TFrom

Typ prvků ve vstupním vektoru.

TTo

Typ prvků ve výstupním vektoru.

Parametry

vector
Vector512<TFrom>

Vektor, který se má reinterpretovat.

Návraty

Vector512<TTo>

vector reinterpreted as a new Vector512<T>.

Výjimky

Typ vector (TFrom) nebo typ cíle (TTo) se nepodporuje.

Platí pro