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
- value
Type: Microsoft.SolverFoundation.Common.Rational
The value to test.
Return Value
Type: System.Boolean
true if the value is valid for the scenario; otherwise, false.
.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.