Arithmetic Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines an arithmetic method for numeric solving.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration Arithmetic
public enum Arithmetic
public enum class Arithmetic
type Arithmetic
public enum Arithmetic
Members
Member name | Description | |
---|---|---|
Default | The solver chooses the arithmetic method. | |
Exact | Exact arithmetic. | |
Double | Double floating-point arithmetic. |