Vector512.AsInt32<T>(Vector512<T>) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Reinterprets a Vector512<T> as a new 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 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.