NFloat.AtanPi(NFloat) Yöntem

Tanım

Bir değerin ark tanjantını hesaplar ve sonucu pi ile böler.

public:
 static System::Runtime::InteropServices::NFloat AtanPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::AtanPi;
public static System.Runtime.InteropServices.NFloat AtanPi (System.Runtime.InteropServices.NFloat x);
static member AtanPi : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function AtanPi (x As NFloat) As NFloat

Parametreler

x
NFloat

Yay tanjantının hesaplanması gereken değer.

Döndürülenler

öğesinin yay tanjantını xile bölünür pi.

Uygulamalar

Açıklamalar

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

Şunlara uygulanır