NFloat.Acosh(NFloat) Metodo

Definizione

Calcola l'arco-coseno iperbolico di un valore.

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

Parametri

x
NFloat

Valore, espresso in radianti, il cui arco-coseno iperbolico deve essere calcolato.

Restituisce

L'arco-coseno iperbolico di x.

Implementazioni

Si applica a