NFloat.Sinh(NFloat) Metod

Definition

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

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

Parametrar

x
NFloat

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

Returer

Den hyperboliska sinus av x.

Implementeringar

Gäller för