14.4.6.1 Exp
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
- 
                        valAn OracleDecimalstructure.
Return Value
An OracleDecimal structure.
                  
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.