UInt128.LeadingZeroCount(UInt128) 方法

定义

计算值中前导零的数目。

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

参数

value
UInt128

要计算其前导零的值。

返回

value前导零的数目。

实现

适用于