NFloat.Atan2Pi(NFloat, NFloat) Metoda

Definicja

Oblicza tangens łukowy dla ilorazu dwóch wartości i dzieli wynik przez 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

Parametry

y
NFloat

Współrzędna y punktu.

x
NFloat

Współrzędna x punktu.

Zwraca

Arc-tangens dzielenia y przez x, podzielone przez pi.

Implementuje

Uwagi

Jest to obliczane w interwale arctan(y / x) / π[-1, +1].

Dotyczy