BigInteger.PopCount(BigInteger) Yöntem

Tanım

Bir değerde ayarlanan bit sayısını hesaplar.

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

Parametreler

value
BigInteger

Küme bitleri sayılacak olan değer.

Döndürülenler

içindeki valueküme bitlerinin sayısı.

Uygulamalar

Şunlara uygulanır