Vector256.GetLower<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í.
Získá hodnotu nižších 128 bitů jako nový Vector128<T>.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<T> GetLower(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector128<T> GetLower<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
static member GetLower : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
<Extension()>
Public Function GetLower(Of T As Structure) (vector As Vector256(Of T)) As Vector128(Of T)
Parametry typu
- T
Typ vstupního vektoru.
Parametry
- vector
- Vector256<T>
Vektor pro získání nižších 128 bitů z.
Návraty
Hodnota nižších 128 bitů jako nového vektoru.
Výjimky
Typ vector
(T
) není podporován.