BigInteger.PopCount(BigInteger) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值中设置的位数。
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设置位数。