IFloatingPointIeee754<TSelf>.Atan2Pi(TSelf, TSelf) Methode

Definition

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

public:
 static TSelf Atan2Pi(TSelf y, TSelf x);
public static abstract TSelf Atan2Pi (TSelf y, TSelf x);
static member Atan2Pi : 'Self * 'Self -> 'Self
Public Shared Function Atan2Pi (y As TSelf, x As TSelf) As TSelf

Parameter

y
TSelf

Die y-Koordinate eines Punkts.

x
TSelf

Die x-Koordinate eines Punkts.

Gibt zurück

TSelf

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

Hinweise

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

Gilt für: