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

Definice

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Numerics::Vector<T> AsVector(System::Runtime::Intrinsics::Vector512<T> value);
public static System.Numerics.Vector<T> AsVector<T> (this System.Runtime.Intrinsics.Vector512<T> value);
static member AsVector : System.Runtime.Intrinsics.Vector512<'T> -> System.Numerics.Vector<'T>
<Extension()>
Public Function AsVector(Of T) (value As Vector512(Of T)) As Vector(Of T)

Parametry typu

T

Typ prvků ve vektoru.

Parametry

value
Vector512<T>

Vektor, který se má reinterpretovat.

Návraty

value reinterpreted as a new Vector<T>.

Výjimky

Typ value (T) není podporován.

Platí pro