Returns log10 of the specified double.
- d
- A double whose logarithm is to be found.
Returns a double as indicated by the following table.
Condition Returns d > 0. A double containing the value of log10d. d == 0. double.NegativeInfinity. d < 0.
-or-
d is equal to double.NegativeInfinity.
-or-
d is equal to double.NaN.
double.NaN. d is equal to double.PositiveInfinity. double.PositiveInfinity.
Documentation for this section has not yet been entered.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0