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

Top

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace