CspTerm.Subtraction Operator (CspTerm, CspTerm)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Subtracts one term from another term.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Operator - ( _
    term1 As CspTerm, _
    term2 As CspTerm _
) As CspTerm
public static CspTerm operator -(
    CspTerm term1,
    CspTerm term2
)
public:
static CspTerm^ operator -(
    CspTerm^ term1, 
    CspTerm^ term2
)
static let inline (-)
        term1:CspTerm * 
        term2:CspTerm  : CspTerm
JScript does not support overloaded operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The result of subtracting term2 from term1.

.NET Framework Security

See Also

Reference

CspTerm Class

Subtraction Overload

Microsoft.SolverFoundation.Solvers Namespace