RelationUnion
PackageReified.Constraint
What an ordering or equality rule expects.
Specification
Kind
Union
Members
4
Examples
0
IsComparedSignature
this.IsCompared
IsWithinSignature
this.IsWithin
ComparedSignature
Compared(RelationOperator, expected)
WithinSignature
Within(minimum, maximum)
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsCompared | this.IsCompared | No description available. |
| IsWithin | this.IsWithin | No description available. |
| Compared | Compared(RelationOperator, expected) | The value compares to the operand under the supplied operator. |
| Within | Within(minimum, maximum) | The value lies inside the supplied inclusive bounds. |
The value compares to the operand under the supplied operator.
Parameters
| Name | Type | Description |
|---|---|---|
| Item1 | RelationOperator | |
| expected | ConstraintValue |
Returns
unit