Int32.LeadingZeroCount(Int32) メソッド

定義

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

public:
 static int LeadingZeroCount(int value) = System::Numerics::IBinaryInteger<int>::LeadingZeroCount;
public static int LeadingZeroCount(int value);
static member LeadingZeroCount : int -> int
Public Shared Function LeadingZeroCount (value As Integer) As Integer

パラメーター

value
Int32

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

返品

valueの先頭のゼロの数。

実装

適用対象