ConstraintSystem.Precision Property

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

Gets the global precision setting for real values in a solver.

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

Syntax

'Declaration
Public ReadOnly Property Precision As Integer
public int Precision { get; }
public:
property int Precision {
    int get ();
}
member Precision : int
function get Precision () : int

Property Value

Type: System.Int32
The global precision setting for real values in a solver.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace