UInt32.LeadingZeroCount(UInt32) メソッド

定義

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

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

先頭のゼロがカウントされる値。

返品

valueの先頭のゼロの数。

実装

適用対象