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

定义

重要

此 API 不符合 CLS。

从向量中的每个元素中提取最重要的位。

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

类型参数

T

矢量中的元素的类型。

参数

vector
Vector128<T>

元素应提取其最重要位的向量。

返回

UInt32

从元素 vector中提取的已打包的最重要位。

属性

适用于