BigInteger.PopCount(BigInteger) Method

Definition

Computes the number of bits that are set in a value.

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

Parameters

value
BigInteger

The value whose set bits are to be counted.

Returns

The number of set bits in value.

Implements

Applies to