CspTerm.GreaterThanOrEqual Operator

[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 one value is greater than or equal to another value.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member GreaterThanOrEqual(Double, CspTerm) Returns a value that indicates whether a number is greater than or equal to a term.
Public operatorStatic member GreaterThanOrEqual(Int32, CspTerm) Returns a value that indicates whether an integer value is greater than or equal to a term.
Public operatorStatic member GreaterThanOrEqual(CspTerm, CspTerm) Returns a value that indicates whether one term is greater than or equal to another term.
Public operatorStatic member GreaterThanOrEqual(CspTerm, Double) Returns a value that indicates whether a term is greater than or equal to a number.
Public operatorStatic member GreaterThanOrEqual(CspTerm, Int32) Returns a value that indicates whether a term is greater than or equal to an integer value.

Top

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace