BigInteger.PopCount(BigInteger) Método

Definição

Calcula o número de bits que estão definidos num valor.

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

Parâmetros

value
BigInteger

O valor cujos bits de conjunto devem ser contados.

Devoluções

O número de bits de conjunto em value.

Implementações

Aplica-se a