BigInteger.LeadingZeroCount(BigInteger) 方法

定义

计算值中前导零的数目。

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

参数

value
BigInteger

要计算其前导零的值。

返回

value前导零的数目。

实现

适用于