UInt32.PopCount(UInt32) メソッド

定義

値に設定されているビット数を計算します。

public:
 static System::UInt32 PopCount(System::UInt32 value) = System::Numerics::IBinaryInteger<System::UInt32>::PopCount;
public static uint PopCount (uint value);
static member PopCount : uint32 -> uint32
Public Shared Function PopCount (value As UInteger) As UInteger

パラメーター

value
UInt32

セット ビットがカウントされる値。

戻り値

valueセット ビット数。

実装

適用対象