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
- value
Type: System.Double
A proposed tolerance value.
Return Value
Type: System.Boolean
True if the value is within the valid limits.
.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.