NFloat.Asinh(NFloat) Metod

Definition

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

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

Parametrar

x
NFloat

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

Returer

Den hyperboliska arc-sinus av x.

Implementeringar

Gäller för