dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Exp Method
The specified OracleNumber structure.

In This Topic
    Exp Method
    In This Topic
    Calculates a new OracleNumber with its value set to e raised to the specified OracleNumber.
    Syntax
    'Declaration
     
    Public Shared Function Exp( _
       ByVal value As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Exp( 
       OracleNumber value
    )

    Parameters

    value
    The specified OracleNumber structure.

    Return Value

    A new OracleNumber structure.
    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