BigInteger.PopCount(BigInteger) Metode

Definisi

Menghitung jumlah bit yang diatur dalam nilai.

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

Parameter

value
BigInteger

Nilai yang bit yang ditetapkan akan dihitung.

Mengembalikan

Jumlah bit yang ditetapkan dalam value.

Penerapan

Berlaku untuk