Model.Greater Method
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Tests whether all inputs occur in decreasing order.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- terms
- Type: Microsoft.SolverFoundation.Services.Term[]
A group of decisions, formulas, goals, or constraints to test.
Return Value
Type: Microsoft.SolverFoundation.Services.Term1 if the inputs occur in decreasing order; otherwise, 0.
| Exception | Condition |
|---|---|
| ArgumentException | The operation is not valid for the given inputs. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.