Udostępnij za pośrednictwem


NFloat.Atan2(NFloat, NFloat) Metoda

Definicja

Oblicza tangens łukowy ilorazu dwóch wartości.

public:
 static System::Runtime::InteropServices::NFloat Atan2(System::Runtime::InteropServices::NFloat y, System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Atan2;
public static System.Runtime.InteropServices.NFloat Atan2 (System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat x);
static member Atan2 : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan2 (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.

Implementuje

Uwagi

Jest to obliczane w radianach arctan(y / x) interwałów [-π, +π] .

Dotyczy