dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Pow Method / Pow(OracleNumber,Int32) Method
The specified OracleNumber structure.
A value that specifies the power.

In This Topic
Pow(OracleNumber,Int32) Method
In This Topic
Calculates a new OracleNumber structure with its value set to the specified OracleNumber structure raised to the specified power.
Syntax
'Declaration
 
Public Overloads Shared Function Pow( _
   ByVal value As OracleNumber, _
   ByVal power As Integer _
) As OracleNumber
 

Parameters

value
The specified OracleNumber structure.
power
A value that specifies the power.

Return Value

A new OracleNumber structure.
Remarks
This method is not available in Direct mode.
See Also