SimplexDirective.VariableTolerance Property

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

Gets or sets the numerical tolerance for variables.

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

Syntax

'Declaration
Public Property VariableTolerance As Double
public double VariableTolerance { get; set; }
public:
property double VariableTolerance {
    double get ();
    void set (double value);
}
member VariableTolerance : float with get, set
function get VariableTolerance () : double
function set VariableTolerance (value : double)

Property Value

Type: System.Double
The numerical tolerance for variables.

.NET Framework Security

See Also

Reference

SimplexDirective Class

Microsoft.SolverFoundation.Services Namespace