April 2002
Intermediate to advanced
688 pages
19h 51m
English
Log10 Function
System.Math
Math.Log10(d)d (required; Double)A numeric expression greater than zero
Double
Returns the common (base-10) logarithm of a given number
The common logarithm is the logarithm base-10. The common logarithm satisfies the equation:
10^Log10(x) = x
d, the value whose common logarithm the
function is to return, must be a positive real number. If number is
negative or zero, the function generates runtime error 5,
“Invalid procedure call or
argument.”
This is a Shared member, so it can be used without creating any objects.
The Log10 function is new to the .NET platform.
Read now
Unlock full access