MathObject.pow(Double, Double) Methode

Definitie

Berekent het opgegeven getal dat is verhoogd tot de opgegeven macht.

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

public:
 static double pow(double dx, double dy);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_pow)]
public static double pow(double dx, double dy);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_pow)]
public static double pow(double dx, double dy);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_pow)>]
static member pow : double * double -> double
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_pow)>]
static member pow : double * double -> double
Public Shared Function pow (dx As Double, dy As Double) As Double

Parameters

dx
Double

Het getal dat tot de dy macht moet worden verheffen.

dy
Double

De macht om op te tillen dx .

Retouren

Het getal dx dat tot de dy macht is verheven.

Kenmerken

Van toepassing op