UInt32.LeadingZeroCount(UInt32) メソッド

定義

値の先頭の 0 の数を計算します。

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

パラメーター

value
UInt32

先頭の 0 をカウントする値。

戻り値

の先頭の 0 の value数。

実装

適用対象