WorksheetFunction.Log Method (Excel)
Returns the logarithm of a number to the base you specify.
Syntax
식 .Log(Arg1, Arg2)
식 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 logarithm. |
Arg2 |
선택 |
Variant |
Base - the base of the logarithm. If base is omitted, it is assumed to be 10. |
Return Value
Double