ConstraintSolverSolution.GetDoubleSetListValue 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 GetDoubleSetListValue ( _
variable As CspTerm _
) As Double()
public double[] GetDoubleSetListValue(
CspTerm variable
)
public:
array<double>^ GetDoubleSetListValue(
CspTerm^ variable
)
member GetDoubleSetListValue :
variable:CspTerm -> float[]
public function GetDoubleSetListValue(
variable : CspTerm
) : double[]
Parameters
- variable
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A variable for the CSP solver.
Return Value
Type: array<System.Double[]
The value of a variable in a solution.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.