Pow
Pow
returns a new OracleDecimal
structure with its value set to the supplied OracleDecimal
structure raised to the supplied power.
Overload List:
-
This method returns a new
OracleDecimal
structure with its value set to the suppliedOracleDecimal
value raised to the suppliedInt32
power. -
Pow(OracleDecimal, OracleDecimal)
This method returns a new
OracleDecimal
structure with its value set to the suppliedOracleDecimal
structure raised to the suppliedOracleDecimal
power.