14.4.6.8 Pow(OracleDecimal, OracleDecimal)
This method returns a new OracleDecimal structure with its value set to the supplied OracleDecimal structure raised to the supplied OracleDecimal power.
                  
Declaration
// C# public static OracleDecimal Pow(OracleDecimal val, OracleDecimal power);
Parameters
- 
                        valAn OracleDecimalstructure.
- 
                        powerAn OracleDecimalstructure that specifies the power.
Return Value
An OracleDecimal structure.
                  
Remarks
If the supplied OracleDecimal structure has a null value, the returned OracleDecimal has a null value.