MathObject.atan2(Double, Double) Methode

Definition

Berechnet den Arkustangens für den Quotienten der angegebenen Zahlen.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

dy
Double

Der Zähler des Quotienten, dessen Arkustangens berechnet werden soll.

dx
Double

Der Nenner des Quotienten, dessen Arkustangens berechnet werden soll.

Gibt zurück

Der Arkustangens von dy/dx, im Bogenmaß gemessen.

Attribute

Gilt für:

Weitere Informationen