Char.IBinaryInteger<Char>.PopCount(Char) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值中设置的位数。
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
设置位数。