ConstraintSystem.CreateDecimalInterval Method

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

Creates a domain of a real interval with double precision.

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

Syntax

'Declaration
Public Function CreateDecimalInterval ( _
    first As Double, _
    last As Double _
) As CspDomain
public CspDomain CreateDecimalInterval(
    double first,
    double last
)
public:
CspDomain^ CreateDecimalInterval(
    double first, 
    double last
)
member CreateDecimalInterval : 
        first:float * 
        last:float -> CspDomain 
public function CreateDecimalInterval(
    first : double, 
    last : double
) : CspDomain

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain with real interval [first .. last] and double precision.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace