Single.Atan2Pi(Single, Single) Methode

Definition

Berechnet den Arc-Tangens für den Quotienten zweier Werte und dividiert das Ergebnis durch pi.

public:
 static float Atan2Pi(float y, float x) = System::Numerics::IFloatingPointIeee754<float>::Atan2Pi;
public static float Atan2Pi (float y, float x);
static member Atan2Pi : single * single -> single
Public Shared Function Atan2Pi (y As Single, x As Single) As Single

Parameter

y
Single

Die y-Koordinate eines Punkts.

x
Single

Die x-Koordinate eines Punkts.

Gibt zurück

Der Bogentangente von y dividiert durch x, dividiert durch pi.

Implementiert

Hinweise

Dies arctan(y / x) / π wird im Intervall [-1, +1]berechnet.

Gilt für: