BigInteger.IBinaryInteger<BigInteger>.Log10(BigInteger) Method

Definition

 static System::Numerics::BigInteger System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.Log10(System::Numerics::BigInteger value) = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::Log10;
static System.Numerics.BigInteger IBinaryInteger<BigInteger>.Log10(System.Numerics.BigInteger value);
static member System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.Log10 : System.Numerics.BigInteger -> System.Numerics.BigInteger
 Shared Function Log10 (value As BigInteger) As BigInteger Implements IBinaryInteger(Of BigInteger).Log10

Parameters

value
BigInteger

Returns

Implements

Applies to