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前置零數目。

實作

適用於