NFloat.Acosh(NFloat) Metod

Definition

Beräknar hyperbolisk arc-cosinus för ett värde.

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

Parametrar

x
NFloat

Värdet, i radianer, vars hyperboliska arc-cosinus ska beräknas.

Returer

Hyperbolisk arc-cosinus för x.

Implementeringar

Gäller för