Log
Log
returns the supplied OracleDecimal
structure with its value set to the logarithm of the supplied OracleDecimal
structure.
Overload List:
-
This method returns a new
OracleDecimal
structure with its value set to the natural logarithm (base e) of the suppliedOracleDecimal
structure. -
This method returns the supplied
OracleDecimal
structure with its value set to the logarithm of the suppliedOracleDecimal
structure in the supplied base. -
Log(OracleDecimal, OracleDecimal)
This method returns the supplied
OracleDecimal
structure with its value set to the logarithm of the suppliedOracleDecimal
structure in the supplied base.