ConstraintSystem.CreateVariableVector Method (CspDomain, Object, Int32)

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

Creates a vector of finite variable terms in a domain.

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

Syntax

'Declaration
Public Function CreateVariableVector ( _
    domain As CspDomain, _
    key As Object, _
    length As Integer _
) As CspTerm()
public CspTerm[] CreateVariableVector(
    CspDomain domain,
    Object key,
    int length
)
public:
array<CspTerm^>^ CreateVariableVector(
    CspDomain^ domain, 
    Object^ key, 
    int length
)
member CreateVariableVector : 
        domain:CspDomain * 
        key:Object * 
        length:int -> CspTerm[] 
public function CreateVariableVector(
    domain : CspDomain, 
    key : Object, 
    length : int
) : CspTerm[]

Parameters

Return Value

Type: array<Microsoft.SolverFoundation.Solvers.CspTerm[]
A vector of finite variable terms in a domain.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

CreateVariableVector Overload

Microsoft.SolverFoundation.Solvers Namespace