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セット ビット数。

実装

適用対象