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

Definice

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

public static System.Runtime.Intrinsics.Vector512<long> AsInt64<T> (this System.Runtime.Intrinsics.Vector512<T> vector);

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