Complex.Sinh Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns the hyperbolic sine of the specified complex number.

Namespace:  System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

Syntax

'Declaration
Public Shared Function Sinh ( _
    value As Complex _
) As Complex
public static Complex Sinh(
    Complex value
)

Parameters

Return Value

Type: System.Numerics.Complex
The hyperbolic sine of value.

Remarks

The Sinh method for complex numbers corresponds to the Math.Sinh method for real numbers.

The Sinh method uses the following formula to calculate the hyperbolic sine of the complex number a + bi:

(Sinh(a) * Cos(b), Cosh(a) * Sin(b))

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.