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前导零的数目。

实现

适用于