BigInteger.PopCount(BigInteger) Método

Definição

Calcula o número de bits definidos em um 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 definidos devem ser contados.

Retornos

O número de bits definidos em value.

Implementações

Aplica-se a