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

In This Topic
    Unary Negation Operator (SqlDecimal)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal x As SqlDecimal _
    ) As SqlDecimal
    public SqlDecimal operator -( 
       SqlDecimal x
    )

    Parameters

    x
    See Also