ConstraintSystem.GreaterEqual Method (Int32, 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 whether a constant is greater than or equal to the input.

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

Syntax

'Declaration
Public Function GreaterEqual ( _
    constant As Integer, _
    ParamArray inputs As CspTerm() _
) As CspTerm
public CspTerm GreaterEqual(
    int constant,
    params CspTerm[] inputs
)
public:
CspTerm^ GreaterEqual(
    int constant, 
    ... array<CspTerm^>^ inputs
)
member GreaterEqual : 
        constant:int * 
        inputs:CspTerm[] -> CspTerm 
public function GreaterEqual(
    constant : int, 
    ... inputs : CspTerm[]
) : CspTerm

Parameters

  • constant
    Type: System.Int32
    The maximum allowed value of an input.

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
true if the constant is greater than or equal to each input; otherwise, false.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

GreaterEqual Overload

Microsoft.SolverFoundation.Solvers Namespace