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
    public static OracleNumber Round( 
       OracleNumber value,
       int position
    )

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also