NFloat.Atan2(NFloat, NFloat) Yöntem

Tanım

İki değerin bölümünün ark tanjantını hesaplar.

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

Parametreler

y
NFloat

Bir noktanın y koordinatı.

x
NFloat

Bir noktanın x koordinatı.

Döndürülenler

bölen xöğesinin y yay tanjantı.

Uygulamalar

Açıklamalar

Bu işlem aralık [-π, +π] radyan cinsinden hesaplanırarctan(y / x).

Şunlara uygulanır