NFloat.Cosh(NFloat) Method

Definition

Computes the hyperbolic cosine of a value.

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

Parameters

x
NFloat

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

Returns

The hyperbolic cosine of x.

Implements

Applies to