Int32.PopCount(Int32) 方法

定义

计算值中设置的位数。

public:
 static int PopCount(int value) = System::Numerics::IBinaryInteger<int>::PopCount;
public static int PopCount (int value);
static member PopCount : int -> int
Public Shared Function PopCount (value As Integer) As Integer

参数

value
Int32

要对其设置位进行计数的值。

返回

中的 value设置位数。

实现

适用于