NFloat.Sinh(NFloat) Method

Definition

Computes the hyperbolic sine of a value.

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

Parameters

x
NFloat

The value, in radians, whose hyperbolic sine is to be computed.

Returns

The hyperbolic sine of x.

Implements

Applies to