Char.IBinaryInteger<Char>.PopCount(Char) Metoda

Definice

Vypočítá počet bitů, které jsou nastaveny v hodnotě.

 static char System.Numerics.IBinaryInteger<System.Char>.PopCount(char value) = System::Numerics::IBinaryInteger<char>::PopCount;
static char IBinaryInteger<char>.PopCount (char value);
static member System.Numerics.IBinaryInteger<System.Char>.PopCount : char -> char
 Shared Function PopCount (value As Char) As Char Implements IBinaryInteger(Of Char).PopCount

Parametry

value
Char

Hodnota, jejíž nastavené bity se mají počítat.

Návraty

Počet nastavených bitů v valuenástroji .

Implementuje

Platí pro