Udostępnij za pośrednictwem


NFloat.Cosh(NFloat) Metoda

Definicja

Oblicza cosinus hiperboliczny wartości.

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

Parametry

x
NFloat

Wartość, w radianach, których cosinus hiperboliczny ma być obliczany.

Zwraca

Cosinus hiperboliczny z x.

Implementuje

Dotyczy