BigInteger.LeadingZeroCount(BigInteger) Metod

Definition

Beräknar antalet inledande nollor i ett värde.

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

Parametrar

value
BigInteger

Värdet vars inledande nollor ska räknas.

Returer

Antalet inledande nollor i value.

Implementeringar

Gäller för