dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Round Method
The specified OracleNumber structure.
The number of significant fractional digits (precision) in the return value.

In This Topic
Round Method
In This Topic
Rounds the specified OracleNumber off to the specified precision.
Syntax
'Declaration
 
Public Shared Function Round( _
   ByVal value As OracleNumber, _
   ByVal position As Integer _
) As OracleNumber
 

Parameters

value
The specified OracleNumber structure.
position
The number of significant fractional digits (precision) in the return value.

Return Value

An OracleNumber structure containing the results of the rounding operation.
Remarks
This method is not available in Direct mode.
See Also