Vector128.GetLower<T>(Vector128<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 64-bitars som en ny Vector64<T>.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector64<T> GetLower(System::Runtime::Intrinsics::Vector128<T> vector);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector64<T> GetLower(System::Runtime::Intrinsics::Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector64<T> GetLower<T>(this System.Runtime.Intrinsics.Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector64<T> GetLower<T>(this System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
static member GetLower : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector64<'T>
static member GetLower : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> (requires 'T : struct)
<Extension()>
Public Function GetLower(Of T) (vector As Vector128(Of T)) As Vector64(Of T)
<Extension()>
Public Function GetLower(Of T As Structure) (vector As Vector128(Of T)) As Vector64(Of T)
Typparametrar
- T
Typ av indatavektor.
Parametrar
- vector
- Vector128<T>
Vektorn för att få de lägre 64-bitars från.
Returer
Värdet för de lägre 64-bitars som en ny Vector64<T>.
Undantag
Typen av vector (T) stöds inte.