Sinh()

Math::Sinh(double) method

Calculates the hyperbolic sine of the specified value.

static double System::Math::Sinh(double value)

Arguments

ParameterTypeDescription
valuedoubleThe value to calculate the hyperbolic sine of

Return Value

The hyperbolic sine of value

See Also