BigInteger.TrailingZeroCount(BigInteger) Metoda

Definice

Vypočítá počet koncových nul v hodnotě.

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

Parametry

value
BigInteger

Hodnota, jejíž koncové nuly se mají spočítat.

Návraty

Počet koncových nul v value.

Implementuje

Platí pro