バージョン

Sinh(ComplexMatrix) メソッド

ComplexMatrixx の各要素の双曲正弦と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Sinh( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Sinh( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

y[i] = Sinh(x[i]) である ComplexMatrix y。
参照