NFloat.Acos(NFloat) Yöntem

Tanım

Bir değerin ark kosinüsünü hesaplar.

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

Parametreler

x
NFloat

Radyan cinsinden, ark kosinüsü hesaplanacak olan değer.

Döndürülenler

öğesinin xark kosinüsü.

Uygulamalar

Açıklamalar

Bu işlem aralık [+0, +π] radyan cinsinden hesaplanırarccos(x).

Şunlara uygulanır