CspComposite.Constant Method (Int32)

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

Gets a term for the immutable value k.

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

Syntax

'Declaration
Public Function Constant ( _
    k As Integer _
) As CspTerm
public CspTerm Constant(
    int k
)
public:
CspTerm^ Constant(
    int k
)
member Constant : 
        k:int -> CspTerm 
public function Constant(
    k : int
) : CspTerm

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A term for the immutable value k.

.NET Framework Security

See Also

Reference

CspComposite Class

Constant Overload

Microsoft.SolverFoundation.Solvers Namespace