BigInteger.PopCount(BigInteger) 方法

定义

计算值中设置的位数。

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

参数

value
BigInteger

要计算其设置位的值。

返回

中的 value设置位数。

实现

适用于