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.
    See Also