ConstraintSystem.CreateDecimalSet Method (array<Double[])

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

Creates a domain of allowed real values with default precision in strictly ascending order.

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

Syntax

'Declaration
Public Function CreateDecimalSet ( _
    ParamArray orderedUniqueSet As Double() _
) As CspDomain
public CspDomain CreateDecimalSet(
    params double[] orderedUniqueSet
)
public:
CspDomain^ CreateDecimalSet(
    ... array<double>^ orderedUniqueSet
)
member CreateDecimalSet : 
        orderedUniqueSet:float[] -> CspDomain 
public function CreateDecimalSet(
    ... orderedUniqueSet : double[]
) : CspDomain

Parameters

  • orderedUniqueSet
    Type: array<System.Double[]
    The ordered sequence of values to include in the set.

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain of allowed real values with default precision in strictly ascending order.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

CreateDecimalSet Overload

Microsoft.SolverFoundation.Solvers Namespace