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

In This Topic
    Subtract Method (SqlDecimal)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Subtract( _
       ByVal x As SqlDecimal, _
       ByVal y As SqlDecimal _
    ) As SqlDecimal
    public static SqlDecimal Subtract( 
       SqlDecimal x,
       SqlDecimal y
    )

    Parameters

    x
    y
    See Also