Vector256.ExtractMostSignificantBits<T>(Vector256<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
從向量中的每個元素擷取最重要的位。
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
[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)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector256<T> vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> uint32 (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T> -> uint32
<Extension()>
Public Function ExtractMostSignificantBits(Of T As Structure) (vector As Vector256(Of T)) As UInteger
<Extension()>
Public Function ExtractMostSignificantBits(Of T) (vector As Vector256(Of T)) As UInteger
類型參數
- T
向量中專案的型別。
參數
- vector
- Vector256<T>
其元素應該擷取其最顯著位的向量。
傳回
從中的 vector
專案擷取的已封裝最重要位。
- 屬性
例外狀況
不支援 vector
(T
) 的類型。