Parameter Constructor (Domain, String, array<Set[])

[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 Parameter class.

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

Syntax

'Declaration
Public Sub New ( _
    domain As Domain, _
    name As String, _
    ParamArray indexSets As Set() _
)
public Parameter(
    Domain domain,
    string name,
    params Set[] indexSets
)
public:
Parameter(
    Domain^ domain, 
    String^ name, 
    ... array<Set^>^ indexSets
)
new : 
        domain:Domain * 
        name:string * 
        indexSets:Set[] -> Parameter
public function Parameter(
    domain : Domain, 
    name : String, 
    ... indexSets : Set[]
)

Parameters

  • name
    Type: System.String
    A unique name for the parameter. If the value is nulla null reference (Nothing in Visual Basic), a unique name is generated.

.NET Framework Security

See Also

Reference

Parameter Class

Parameter Overload

Microsoft.SolverFoundation.Services Namespace