dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Truncate Method
The specified OracleNumber structure.
The decimal position to which the number will be truncated.

In This Topic
    Truncate Method
    In This Topic
    Truncates the OracleNumber at a specified position.
    Syntax
    'Declaration
     
    Public Shared Function Truncate( _
       ByVal value As OracleNumber, _
       ByVal position As Integer _
    ) As OracleNumber
    public static OracleNumber Truncate( 
       OracleNumber value,
       int position
    )

    Parameters

    value
    The specified OracleNumber structure.
    position
    The decimal position to which the number will be truncated.

    Return Value

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