This method returns a new OracleDecimal structure with its value set to e raised to the supplied OracleDecimal.
Declaration
// C#
public static OracleDecimal Exp(OracleDecimal val);
Parameters
val
An OracleDecimal structure.
Return Value
An OracleDecimal structure.
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.