Decision.GetValues Method

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

Retrieves a sequence of (value, indexes) elements for this decision.

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

Syntax

'Declaration
Public Function GetValues As IEnumerable(Of Object())
public IEnumerable<Object[]> GetValues()
public:
IEnumerable<array<Object^>^>^ GetValues()
member GetValues : unit -> IEnumerable<Object[]> 
public function GetValues() : IEnumerable<Object[]>

Return Value

Type: System.Collections.Generic.IEnumerable<array<Object[]>
A sequence of (value, indexes) elements for this decision.

Remarks

Each element is an array where the first element is the result value, and the remaining elements are the index values.

.NET Framework Security

See Also

Reference

Decision Class

Microsoft.SolverFoundation.Services Namespace