dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Subtraction Operator

In This Topic
    Subtraction Operator (SqlDecimal)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal x As SqlDecimal, _
       ByVal y As SqlDecimal _
    ) As SqlDecimal
    public SqlDecimal operator -( 
       SqlDecimal x,
       SqlDecimal y
    )

    Parameters

    x
    y
    See Also