Domain.Set 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 representing values from a discrete set.

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

Syntax

'Declaration
Public Shared Function Set ( _
    ParamArray values As Integer() _
) As Domain
public static Domain Set(
    params int[] values
)
public:
static Domain^ Set(
    ... array<int>^ values
)
static member Set : 
        values:int[] -> Domain 
public static function Set(
    ... values : int[]
) : Domain

Parameters

  • values
    Type: array<System.Int32[]
    for the values in the set.

Return Value

Type: Microsoft.SolverFoundation.Services.Domain
A domain representing the discrete set.

.NET Framework Security

See Also

Reference

Domain Class

Set Overload

Microsoft.SolverFoundation.Services Namespace