SumTermBuilder Constructor

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

Initializes a new instance of the SumTermBuilder class.

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

Syntax

'Declaration
Public Sub New ( _
    capacity As Integer _
)
public SumTermBuilder(
    int capacity
)
public:
SumTermBuilder(
    int capacity
)
new : 
        capacity:int -> SumTermBuilder
public function SumTermBuilder(
    capacity : int
)

Parameters

Remarks

If the number of terms exceeds the capacity, the SumTermBuilder will be resized appropriately.

.NET Framework Security

See Also

Reference

SumTermBuilder Class

Microsoft.SolverFoundation.Services Namespace