MathObject.log(Double) Methode

Definitie

Berekent de logaritme basis e van het opgegeven getal. Dit is de natuurlijke logaritme van het opgegeven getal.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static double log(double x);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_log)]
public static double log(double x);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_log)]
public static double log(double x);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_log)>]
static member log : double -> double
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_log)>]
static member log : double -> double
Public Shared Function log (x As Double) As Double

Parameters

x
Double

Het getal voor het berekenen van de natuurlijke logaritme van.

Retouren

De natuurlijke logaritme van x.

Kenmerken

Van toepassing op

Zie ook