Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the hyperbolic sine of the specified angle.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Shared Function Sinh ( _
value As Double _
) As Double
public static double Sinh(
double value
)
public:
static double Sinh(
double value
)
static member Sinh :
value:float -> float
public static function Sinh(
value : double
) : double
Parameters
- value
Type: System. . :: . .Double
An angle, measured in radians.
Return Value
Type: System. . :: . .Double
The hyperbolic sine of value. If value is equal to NegativeInfinity, PositiveInfinity, or NaN, this method returns a Double equal to value.
Remarks
The angle, value, must be in radians. Multiply by Math..::..PI/180 to convert degrees to radians.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.