BigInteger.PopCount(BigInteger) Метод

Определение

Вычисляет количество битов, заданных в значении .

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

Параметры

value
BigInteger

Значение, набор битов которого требуется подсчитать.

Возвращаемое значение

Число заданных битов в value.

Реализации

Применяется к