Vector128.GetLower<T>(Vector128<T>) 方法

定義

取得下層 64 位元值作為新的 Vector64<T>

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:
generic <typename T>
[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) where T : struct;
public static System.Runtime.Intrinsics.Vector64<T> GetLower<T> (this System.Runtime.Intrinsics.Vector128<T> vector);
static member GetLower : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> (requires 'T : struct)
static member GetLower : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector64<'T>
<Extension()>
Public Function GetLower(Of T As Structure) (vector As Vector128(Of T)) As Vector64(Of T)
<Extension()>
Public Function GetLower(Of T) (vector As Vector128(Of T)) As Vector64(Of T)

類型參數

T

輸入向量的類型。

參數

vector
Vector128<T>

要從其中取得下層 64 位元的向量。

傳回

作為新 Vector64<T> 的下層 64 位元值。

例外狀況

不支援 vector (T) 的類型。

適用於