Share via


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

定義

取得下層 128 位元值作為新的 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)

類型參數

T

輸入向量的型別。

參數

vector
Vector256<T>

下層 128 位元的取得來源向量。

傳回

Vector128<T>

作為新向量的下層 128 位元值。

例外狀況

不支援 vector (T) 的類型。

適用於