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