Overload | Description |
---|---|
Log(OracleNumber) | Calculates a new OracleNumber with its value set to the natural logarithm (base e) of the specified OracleNumber. |
Log(OracleNumber,Int32) | Calculates a new OracleNumber with its value set to the logarithm of the OracleNumber in the specified base. |
Log(OracleNumber,OracleNumber) | Calculates the OracleNumber with its value set to the logarithm of the specified OracleNumber structure in the supplied base. |