dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Abs Method
An OracleNumber structure.

In This Topic
    Abs Method
    In This Topic
    Gets the absolute value of the OracleNumber.
    Syntax
    'Declaration
     
    Public Shared Function Abs( _
       ByVal value As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Abs( 
       OracleNumber value
    )

    Parameters

    value
    An OracleNumber structure.

    Return Value

    An OracleNumber structure whose Value property contains the unsigned number representing the absolute value of the OracleNumber.
    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