ConstraintSystem.CreateIntegerSet Method (array<Int32[])

[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 integer values in strictly ascending order.

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

Syntax

'Declaration
Public Function CreateIntegerSet ( _
    ParamArray orderedUniqueSet As Integer() _
) As CspDomain
public CspDomain CreateIntegerSet(
    params int[] orderedUniqueSet
)
public:
CspDomain^ CreateIntegerSet(
    ... array<int>^ orderedUniqueSet
)
member CreateIntegerSet : 
        orderedUniqueSet:int[] -> CspDomain 
public function CreateIntegerSet(
    ... orderedUniqueSet : int[]
) : CspDomain

Parameters

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

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain of allowed integer values in strictly ascending order.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

CreateIntegerSet Overload

Microsoft.SolverFoundation.Solvers Namespace