Int64.PopCount(Int64) 方法

定义

计算值中设置的位数。

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

参数

value
Int64

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

返回

中的 value设置位数。

实现

适用于