Char.IBinaryInteger<Char>.PopCount(Char) Método

Definição

Calcula o número de bits que estão definidos num valor.

 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

Parâmetros

value
Char

O valor cujos bits de conjunto devem ser contados.

Devoluções

O número de bits de conjunto em value.

Implementações

Aplica-se a