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

Definition

Berechnet den Arc-Tangenten für den Quotienten von zwei Werten.

public:
 static TSelf Atan2(TSelf y, TSelf x);
public static abstract TSelf Atan2 (TSelf y, TSelf x);
static member Atan2 : 'Self * 'Self -> 'Self
Public Shared Function Atan2 (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.

Hinweise

Dies arctan(y / x) wird in den Intervallradien [-π, +π] berechnet.

Gilt für: