Mono Class Library: System.Math Overview | MembersSystem.Math.Log10 Method |
Returns log10 of the specified double. [Edit]
|
Returns a double as indicated by the following table.
[Edit]
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. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0