バージョン

Cosh(Double) メソッド

x の双曲余弦を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Cosh( _
   ByVal x As Double _
) As Double
public static double Cosh( 
   double x
)

パラメータ

x
double。

戻り値の型

x の双曲余弦。
参照