MathObject::log Method (Double)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Calculates the logarithm base e of the specified number, which is the natural logarithm of the specified number.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Math_log)]
static double log(
	double x
)

Parameters

x
Type: System::Double

The number to calculate the natural logarithm of.

Return Value

Type: System::Double

The natural logarithm of x.

.NET Framework
Available since 1.1
Return to top
Show: