dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Log Method / Log(OracleNumber) Method
The specified OracleNumber structure.

In This Topic
    Log(OracleNumber) Method
    In This Topic
    Calculates a new OracleNumber with its value set to the natural logarithm (base e) of the specified OracleNumber.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Log( _
       ByVal value As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Log( 
       OracleNumber value
    )

    Parameters

    value
    The specified OracleNumber structure.

    Return Value

    A new OracleNumber structure with its value set to the natural logarithm.
    Remarks
    This method is not available in Direct mode.
    See Also