Vector64.ExtractMostSignificantBits<T>(Vector64<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
ベクター内の各要素から最も重要なビットを抽出します。
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector64<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector64<T> vector);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector64<T> vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> uint32 (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector64<'T> -> uint32
<Extension()>
Public Function ExtractMostSignificantBits(Of T As Structure) (vector As Vector64(Of T)) As UInteger
<Extension()>
Public Function ExtractMostSignificantBits(Of T) (vector As Vector64(Of T)) As UInteger
型パラメーター
- T
ベクター内の要素の型。
パラメーター
- vector
- Vector64<T>
要素が最も重要なビットを抽出する必要があるベクター。
戻り値
の要素 vector
から抽出されたパックされた最も重要なビット。
- 属性
例外
vector
の型 (T
) がサポートされていません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET