BigInteger.PopCount(BigInteger) Metoda

Definicja

Oblicza liczbę bitów ustawionych w wartości.

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

Parametry

value
BigInteger

Wartość, której zestaw bitów ma być liczone.

Zwraca

Liczba bitów zestawu w pliku value.

Implementuje

Dotyczy