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

实现

适用于