NFloat.Atan2Pi(NFloat, NFloat) Methode

Definition

Berechnet den Bogentangenten für den Quotienten von zwei Werten und dividiert das Ergebnis durch pi.

public:
 static System::Runtime::InteropServices::NFloat Atan2Pi(System::Runtime::InteropServices::NFloat y, System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Atan2Pi;
public static System.Runtime.InteropServices.NFloat Atan2Pi (System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat x);
static member Atan2Pi : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan2Pi (y As NFloat, x As NFloat) As NFloat

Parameter

y
NFloat

Die y-Koordinate eines Punkts.

x
NFloat

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: