NFloat.Acosh(NFloat) Yöntem

Tanım

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

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

Parametreler

x
NFloat

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

Döndürülenler

hiperbolik ark kosinüsü x.

Uygulamalar

Şunlara uygulanır