BigInteger.LeadingZeroCount(BigInteger) Metoda

Definice

Vypočítá počet počátečních nul v hodnotě.

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

Parametry

value
BigInteger

Hodnota, jejíž počáteční nuly se mají spočítat.

Návraty

Počet počátečních nul v value.

Implementuje

Platí pro