UInt64.LeadingZeroCount(UInt64) メソッド

定義

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

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

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

返品

valueの先頭のゼロの数。

実装

適用対象