NFloat.AcosPi(NFloat) Yöntem

Tanım

Bir değerin ark kosinüsünü hesaplar ve sonucu ile piböler.

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

Parametreler

x
NFloat

Ark kosinüsü hesaplanacak olan değer.

Döndürülenler

öğesinin xarc-kosinüsü ile bölünür pi.

Uygulamalar

Açıklamalar

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

Şunlara uygulanır