dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Abs Method

In This Topic
    Abs Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Abs( _
       ByVal n As SqlDecimal _
    ) As SqlDecimal
    public static SqlDecimal Abs( 
       SqlDecimal n
    )

    Parameters

    n
    See Also