NFloat.Cosh(NFloat) Metodo

Definizione

Calcola il cosno iperbolico di un valore.

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

Parametri

x
NFloat

Valore, nei radianti, il cui cosno iperbolico deve essere calcolato.

Restituisce

Coseno iperbolico di x.

Implementazioni

Si applica a