Char.IBinaryInteger<Char>.PopCount(Char) 方法

定义

计算值中设置的位数。

 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

参数

value
Char

要计算其设置位的值。

返回

中的 value设置位数。

实现

适用于