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

In This Topic
    Sinh Method
    In This Topic
    Calculates the hyperbolic sine of the specified angle in radian.
    Syntax
    'Declaration
     
    Public Shared Function Sinh( _
       ByVal value As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Sinh( 
       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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also