ConstraintProgrammingDirective.PrecisionDecimals Property

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

The number of decimal digits of precision.

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

Syntax

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

Property Value

Type: System.Int32
The number of decimal digits of precision.

Remarks

The number of decimal digits is between zero and four.

.NET Framework Security

See Also

Reference

ConstraintProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace