UInt64.LeadingZeroCount(UInt64) メソッド

定義

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

public:
 static System::UInt64 LeadingZeroCount(System::UInt64 value) = System::Numerics::IBinaryInteger<System::UInt64>::LeadingZeroCount;
public static ulong LeadingZeroCount (ulong value);
static member LeadingZeroCount : uint64 -> uint64
Public Shared Function LeadingZeroCount (value As ULong) As ULong

パラメーター

value
UInt64

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

戻り値

の先頭の 0 の value数。

実装

適用対象