Int64.LeadingZeroCount(Int64) メソッド

定義

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

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

パラメーター

value
Int64

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

返品

valueの先頭のゼロの数。

実装

適用対象