OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Returns the hyperbolic cosine of the specified angle.
Namespace:
OpenNETCFAssembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static double Cosh( double angle ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Cosh ( _ angle As Double _ ) As Double |
| Visual Basic (Usage) |
|---|
Dim angle As Double Dim returnValue As Double returnValue = Math2.Cosh(angle) |
| Visual C++ |
|---|
public: static double Cosh( double angle ) |
| J# |
|---|
public static double Cosh( double angle ) |
| JScript |
|---|
public static function Cosh( angle : double ) : double |
| JavaScript |
|---|
OpenNETCF.Math2.Cosh = function(angle); |
Parameters
- angle
- Type: System..::.Double