CspComposite.Less Method (array<CspTerm[])

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

Returns a value that indicates if an input is less than the following input.

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

Syntax

'Declaration
Public Function Less ( _
    ParamArray inputs As CspTerm() _
) As CspTerm
public CspTerm Less(
    params CspTerm[] inputs
)
public:
CspTerm^ Less(
    ... array<CspTerm^>^ inputs
)
member Less : 
        inputs:CspTerm[] -> CspTerm 
public function Less(
    ... inputs : CspTerm[]
) : CspTerm

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
true if each input is less than the following input; otherwise, false.

.NET Framework Security

See Also

Reference

CspComposite Class

Less Overload

Microsoft.SolverFoundation.Solvers Namespace