Vector256.AsInt32<T>(Vector256<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 Vector256<T> as a new Vector256 of type Int32.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<int> AsInt32(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<int> AsInt32(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<int> AsInt32<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
public static System.Runtime.Intrinsics.Vector256<int> AsInt32<T> (this System.Runtime.Intrinsics.Vector256<T> vector);
static member AsInt32 : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<int> (requires 'T : struct)
static member AsInt32 : System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector256<int>
<Extension()>
Public Function AsInt32(Of T As Structure) (vector As Vector256(Of T)) As Vector256(Of Integer)
<Extension()>
Public Function AsInt32(Of T) (vector As Vector256(Of T)) As Vector256(Of Integer)
Parametry typu
- T
Typ vstupního vektoru.
Parametry
- vector
- Vector256<T>
Vektor, který se má reinterpretovat.
Návraty
vector
reinterpreted as a new Vector256 of type Int32.
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.