BigInteger.TrailingZeroCount(BigInteger) 方法

定義

計算值中尾端零的數目。

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

參數

value
BigInteger

要計算其尾端零的值。

傳回

中的 value尾端零數目。

實作

適用於