BigInteger.TrailingZeroCount(BigInteger) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值中尾随零的数目。
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尾随零的数目。