14.4.6.7 Pow(OracleDecimal, int)
This method returns a new OracleDecimal structure with its value set to the supplied OracleDecimal value raised to the supplied Int32 power.
                  
Declaration
// C# public static OracleDecimal Pow(OracleDecimal val, int power);
Parameters
- 
                        
valAn
OracleDecimalstructure. - 
                        
powerAn
intvalue 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.