BigInteger.PopCount(BigInteger) Metodo

Definizione

Calcola il numero di bit impostati in un valore.

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

Parametri

value
BigInteger

Valore i cui bit impostati devono essere conteggiati.

Restituisce

Numero di bit impostati in value.

Implementazioni

Si applica a