UInt64.PopCount(UInt64) 方法

定义

计算值中设置的位数。

public:
 static System::UInt64 PopCount(System::UInt64 value) = System::Numerics::IBinaryInteger<System::UInt64>::PopCount;
public static ulong PopCount (ulong value);
static member PopCount : uint64 -> uint64
Public Shared Function PopCount (value As ULong) As ULong

参数

value
UInt64

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

返回

中的 value设置位数。

实现

适用于