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

Definizione

Calcola il numero di bit impostati in un valore.

 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

Parametri

value
Char

Valore i cui bit impostati devono essere conteggiati.

Restituisce

Numero di bit impostati in value.

Implementazioni

Si applica a