語言

Complex.Sinh(Complex) 方法

定義

返回指定複數的雙曲正弦。

public:
 static System::Numerics::Complex Sinh(System::Numerics::Complex value);
public static System.Numerics.Complex Sinh(System.Numerics.Complex value);
static member Sinh : System.Numerics.Complex -> System.Numerics.Complex
Public Shared Function Sinh (value As Complex) As Complex

參數

value
Complex

複數。

傳回

value雙曲正弦。

備註

Sinh複數的方法對應Math.Sinh於實數的方法。

Sinh 方法計算複數 a + bi 的雙曲正弦為 x + yi,其中:

  • x 是$\sinh的\sir \cos b$
  • y $\cosh 是 \ times \sin b$

適用於

另請參閱