Scenario.IsValidScenarioValue Method

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

Returns a value that indicates whether a value is valid for a scenario.

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

Syntax

'Declaration
Public Shared Function IsValidScenarioValue ( _
    value As Rational _
) As Boolean
public static bool IsValidScenarioValue(
    Rational value
)
public:
static bool IsValidScenarioValue(
    Rational value
)
static member IsValidScenarioValue : 
        value:Rational -> bool 
public static function IsValidScenarioValue(
    value : Rational
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the value is valid for the scenario; otherwise, false.

.NET Framework Security

See Also

Reference

Scenario Structure

Microsoft.SolverFoundation.Services Namespace