dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure / Abs Method
An UniDecimal structure.

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

    Parameters

    value
    An UniDecimal structure.

    Return Value

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