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
OracleDecimalstructure with its value set to the natural logarithm (base e) of the suppliedOracleDecimalstructure. -
This method returns the supplied
OracleDecimalstructure with its value set to the logarithm of the suppliedOracleDecimalstructure in the supplied base. -
Log(OracleDecimal, OracleDecimal)
This method returns the supplied
OracleDecimalstructure with its value set to the logarithm of the suppliedOracleDecimalstructure in the supplied base.