CspTerm.GreaterThan 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 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 GreaterThan(Double, CspTerm) Returns a value that indicates whether a number is greater than a term.
Public operatorStatic member GreaterThan(Int32, CspTerm) Returns a value that indicates whether an integer value is greater than a term.
Public operatorStatic member GreaterThan(CspTerm, CspTerm) Returns a value that indicates whether one term is greater than another term.
Public operatorStatic member GreaterThan(CspTerm, Double) Returns a value that indicates whether a term is greater than a number.
Public operatorStatic member GreaterThan(CspTerm, Int32) Returns a value that indicates whether a term is greater than an integer value..

Top

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace