MathObject.atan2(Double, Double) Methode

Definition

Berechnet den umgekehrten Tangens des 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 zum Berechnen des umgekehrten Tangens von.

dx
Double

Der Nenner des Quotienten, um den umgekehrten Tangens zu berechnen.

Gibt zurück

Der umgekehrte Tangens von dy/dx, gemessen in Bogenmaß.

Attribute

Gilt für:

Weitere Informationen