dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Log Method / Log(OracleNumber,Int32) Method
The specified OracleNumber structure.
The specified base of the logarithm.

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

    Parameters

    value
    The specified OracleNumber structure.
    logBase
    The specified base of the logarithm.

    Return Value

    A new OracleNumber structure.
    Remarks
    This method is not available in Direct mode.
    See Also