BigInteger.PopCount(BigInteger) Méthode

Définition

Calcule le nombre de bits définis dans une valeur.

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

Paramètres

value
BigInteger

Valeur dont les bits définis doivent être comptés.

Retours

Nombre de bits définis dans value.

Implémente

S’applique à