UInt16.PopCount(UInt16) メソッド

定義

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

public:
 static System::UInt16 PopCount(System::UInt16 value) = System::Numerics::IBinaryInteger<System::UInt16>::PopCount;
public static ushort PopCount (ushort value);
static member PopCount : uint16 -> uint16
Public Shared Function PopCount (value As UShort) As UShort

パラメーター

value
UInt16

設定されたビットがカウントされる値。

戻り値

valueの設定されたビット数。

実装

適用対象