NFloat.Atan2Pi(NFloat, NFloat) Yöntem

Tanım

İki değerin bölüm için arc tanjantını hesaplar ve sonucu ile piböler.

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

Parametreler

y
NFloat

Bir noktanın y koordinatı.

x
NFloat

Bir noktanın x koordinatı.

Döndürülenler

ile bölünen öğesinin y yay tanjantını, ile bölünürpi.x

Uygulamalar

Açıklamalar

Bu işlem aralığında [-1, +1]hesaplanırarctan(y / x) / π.

Şunlara uygulanır