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

In This Topic
Log10 Method
In This Topic
Calculates a new OracleNumber with its value set to base 10 logarithm of the specified OracleNumber.
Syntax
'Declaration
 
Public Shared Function Log10( _
   ByVal value As OracleNumber _
) As OracleNumber
 

Parameters

value
The specified OracleNumber structure.

Return Value

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