WorksheetFunction.Log10(Double) Method

Definition

Returns the base-10 logarithm of a number.

public:
 double Log10(double Arg1);
public double Log10 (double Arg1);
Public Function Log10 (Arg1 As Double) As Double

Parameters

Arg1
Double

Number - the positive real number for which you want the base-10 logarithm.

Returns

Applies to