MathObject.pow(Double, Double) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Berechnet die angegebene Zahl, die an die angegebene Potenz angehoben wird.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
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
Parameter
- dx
- Double
Die Zahl, die an die dy Potenz angehoben werden soll.
- dy
- Double
Die Macht, zu der er angehoben werden soll dx .
Gibt zurück
Die Zahl dx , die an die dy Potenz angehoben wird.
- Attribute