CspTerm.Addition Operator (CspTerm, Int32)

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

Adds a term and an integer.

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

Syntax

'Declaration
Public Shared Operator + ( _
    term As CspTerm, _
    num As Integer _
) As CspTerm
public static CspTerm operator +(
    CspTerm term,
    int num
)
public:
static CspTerm^ operator +(
    CspTerm^ term, 
    int num
)
static let inline (+)
        term:CspTerm * 
        num:int  : CspTerm
JScript does not support overloaded operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The sum of term and num.

.NET Framework Security

See Also

Reference

CspTerm Class

Addition Overload

Microsoft.SolverFoundation.Solvers Namespace