Vector512.GetLower<T>(Vector512<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得下層 256 位的值做為新的 Vector256<T>。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<T> GetLower(System::Runtime::Intrinsics::Vector512<T> vector);
public static System.Runtime.Intrinsics.Vector256<T> GetLower<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
static member GetLower : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector256<'T>
<Extension()>
Public Function GetLower(Of T) (vector As Vector512(Of T)) As Vector256(Of T)
類型參數
- T
輸入向量的型別。
參數
- vector
- Vector512<T>
要從中取得較低 256 位的向量。
傳回
下層 256 位的值做為新的 Vector256<T>。
例外狀況
不支援 vector
(T
) 的類型。