ConstraintSolverSolution.GetIntegerSetListValue Method

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

Gets the value of a variable in a solution.

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

Syntax

'Declaration
Public Function GetIntegerSetListValue ( _
    variable As CspTerm _
) As Integer()
public int[] GetIntegerSetListValue(
    CspTerm variable
)
public:
array<int>^ GetIntegerSetListValue(
    CspTerm^ variable
)
member GetIntegerSetListValue : 
        variable:CspTerm -> int[] 
public function GetIntegerSetListValue(
    variable : CspTerm
) : int[]

Parameters

Return Value

Type: array<System.Int32[]
The value of a variable in a solution.

.NET Framework Security

See Also

Reference

ConstraintSolverSolution Class

Microsoft.SolverFoundation.Solvers Namespace