Mono Class Library: System.Math Overview | Members

System.Math.Log10 Method

Returns log10 of the specified double. [Edit]

public static double Log10 (double d)

Parameters

d
A double whose logarithm is to be found. [Edit]

Returns

Returns a double as indicated by the following table.

ConditionReturns
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.
[Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0