dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Log Method / Log(OracleNumber,OracleNumber) Method
An OracleNumber structure whose logarithm is to be calculated.
An OracleNumber structure that specifies the base of the logarithm.

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

    Parameters

    value
    An OracleNumber structure whose logarithm is to be calculated.
    logBase
    An OracleNumber structure that specifies the base of the logarithm.

    Return Value

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