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セット ビット数。

実装

適用対象