dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Cosh Method
An OracleNumber structure that represents an angle in radian.

On this page
    Cosh Method
    On this page
    Calculates the hyperbolic cosine of the specified angle in radian.
    Syntax
    'Declaration
     
    Public Shared Function Cosh( _
       ByVal value As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Cosh( 
       OracleNumber value
    )

    Parameters

    value
    An OracleNumber structure that represents an angle in radian.

    Return Value

    An OracleNumber instance.
    Remarks
    This method is not available in Direct mode.
    See Also