StochasticSolution.WaitAndSee Property

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

Note: This API is now obsolete.

Gets the expected value of all wait-and-see problems.

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

Syntax

'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property WaitAndSee As Rational
[ObsoleteAttribute]
public Rational WaitAndSee { get; }
[ObsoleteAttribute]
public:
property Rational WaitAndSee {
    Rational get ();
}
[<ObsoleteAttribute>]
member WaitAndSee : Rational
function get WaitAndSee () : Rational

Property Value

Type: Microsoft.SolverFoundation.Common.Rational
The expected value of all wait-and-see problems.

.NET Framework Security

See Also

Reference

StochasticSolution Class

Microsoft.SolverFoundation.Services Namespace