Sinh Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns the hyperbolic sine of the specified angle.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static float Sinh(
	float value
)
Visual Basic (Declaration)
Public Shared Function Sinh ( _
	value As Single _
) As Single
Visual C++
public:
static float Sinh(
	float value
)

Parameters

value
Type: System..::.Single
An angle specified in radians.

Return Value

The hyperbolic sine of the specified angle.

See Also