SumTermBuilder.ToTerm Method

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

Creates a term object that represents the sum of the previously added operand terms.

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

Syntax

'Declaration
Public Function ToTerm As Term
public Term ToTerm()
public:
Term^ ToTerm()
member ToTerm : unit -> Term 
public function ToTerm() : Term

Return Value

Type: Microsoft.SolverFoundation.Services.Term
A term object that represents the sum of the previously added operand terms.

.NET Framework Security

See Also

Reference

SumTermBuilder Class

Microsoft.SolverFoundation.Services Namespace