Char.IBinaryInteger<Char>.PopCount(Char) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the number of bits that are set in a value.
 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).PopCountParameters
- value
- Char
The value whose set bits are to be counted.
Returns
The number of set bits in value.