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

定義

重要

此 API 不符合 CLS 規範。

從向量中的每個元素擷取最重要的位。

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector256<T> vector);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> uint32 (requires 'T : struct)
<Extension()>
Public Function ExtractMostSignificantBits(Of T As Structure) (vector As Vector256(Of T)) As UInteger

類型參數

T

向量中專案的型別。

參數

vector
Vector256<T>

元素應該要擷取其最顯著位的向量。

傳回

UInt32

從 中的 vector 專案擷取的已封裝最重要位。

屬性

適用於