CompareOp
Enum CDM 7.2.0The model carries no description for this enumeration.
Values 5
Namespace cdm.base.math
Values
5 permitted values.
| Value | Description |
|---|---|
| GreaterThan | — |
| GreaterThanOrEquals | — |
| Equals | — |
| LessThanOrEquals | — |
| LessThan | — |
Referenced by
1 type holds a CompareOp as an attribute.
Functions
Model functions that produce or consume this type. These are the CDM's own behaviour — the logic a correct implementation has to match.
| Function | Role | Description |
|---|---|---|
| CompareNumbers | takes | — |
| CompareQuantityByUnitOfAmount | takes | — |
| CompareTradeStatesToAmount | takes | For each TradeState, compare the Quantity amounts in each TradeState to the given amount (regardless of unit of amount), based on the CompareOp enum. |
| CompareTradeLot | takes | Compare the Quantity in TradeLot 1 to the Quantity (with the same unit of amount) in TradeLot 2, based on the CompareOp enum. |
| CompareTradeLotToAmount | takes | Compare the Quantity amount in TradeLot to the given amount (regardless of unit of amount), based on the CompareOp enum. |
Open CompareOp in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the enumeration has changed. Free, no signup.