BigInteger.LeadingZeroCount(BigInteger) Method

Definition

Computes the number of leading zeros in a value.

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

Parameters

value
BigInteger

The value whose leading zeroes are to be counted.

Returns

The number of leading zeros in value.

Implements

Applies to