Directive.Arithmetic 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 accuracy to use during the solve process.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.Arithmetic
The numerical accuracy to use during the solve process.

.NET Framework Security

See Also

Reference

Directive Class

Microsoft.SolverFoundation.Services Namespace