Share via


Vector512.ExtractMostSignificantBits<T>(Vector512<T>) メソッド

定義

重要

この 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) がサポートされていません。

適用対象