WorksheetFunction.Log10 Method (Excel)
Returns the base-10 logarithm of a number.
Syntax
식 .Log10(Arg1)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Double |
Number - the positive real number for which you want the base-10 logarithm. |
Return Value
Double