NFloat.Asinh(NFloat) Methode

Definitie

Berekent de sinus hyperbolische boog van een waarde.

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

Parameters

x
NFloat

De waarde, in radialen, waarvan de hyperbolische boog-sinus moet worden berekend.

Retouren

De hyperbolische boog-sinus van x.

Implementeringen

Van toepassing op