Vector256.GetLower<T>(Vector256<T>) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar värdet för de lägre 128 bitarna som en ny Vector128<T>.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<T> GetLower(System::Runtime::Intrinsics::Vector256<T> vector);
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);
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> -> System.Runtime.Intrinsics.Vector128<'T>
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) (vector As Vector256(Of T)) As Vector128(Of T)
<Extension()>
Public Function GetLower(Of T As Structure) (vector As Vector256(Of T)) As Vector128(Of T)
Typparametrar
- T
Typ av indatavektor.
Parametrar
- vector
- Vector256<T>
Vektorn för att få de lägre 128 bitarna från.
Returer
Värdet för de lägre 128 bitarna som en ny vektor.
Undantag
Typen av vector (T) stöds inte.