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 設定位數目。

實作

適用於