BigInteger.PopCount(BigInteger) Methode

Definitie

Berekent het aantal bits dat in een waarde is ingesteld.

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

De waarde waarvan de ingestelde bits moeten worden geteld.

Retouren

Het aantal ingestelde bits in value.

Implementeringen

Van toepassing op