CspTerm.GreaterThanOrEqual Operator (Double, 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 number is greater than or equal to a term.

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

Syntax

'Declaration
Public Shared Operator >= ( _
    num As Double, _
    term As CspTerm _
) As CspTerm
public static CspTerm operator >=(
    double num,
    CspTerm term
)
public:
static CspTerm^ operator >=(
    double num, 
    CspTerm^ term
)
static let inline (>=)
        num:float * 
        term:CspTerm  : CspTerm
JScript does not support overloaded operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A value that indicates whether num is greater than or equal to term.

.NET Framework Security

See Also

Reference

CspTerm Class

GreaterThanOrEqual Overload

Microsoft.SolverFoundation.Solvers Namespace