NelderMeadSolver.IsValidTolerance Method

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

Determines if the specified value is a valid solver tolerance.

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

Syntax

'Declaration
Public Shared Function IsValidTolerance ( _
    value As Double _
) As Boolean
public static bool IsValidTolerance(
    double value
)
public:
static bool IsValidTolerance(
    double value
)
static member IsValidTolerance : 
        value:float -> bool 
public static function IsValidTolerance(
    value : double
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the value is within the valid limits.

.NET Framework Security

See Also

Reference

NelderMeadSolver Class

Microsoft.SolverFoundation.Solvers Namespace