Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Constraint specifying value greater than another value
IsGreaterThan(
creates
a constraint specifying that an actual value is greater than another
value. The constraint is satisfied if the actual value array is greater
than the specified floor value, floorVal
)floorVal
. The actual
value is greater than floorVal
only if the result
of the expression actual > floorVal
is nonempty
and all values are true.
|
Largest value that fails the constraint. |
|
Largest value that fails the constraint. Set this property through
the constructor via the |
Value. To learn how value classes affect copy operations, see Copying Objects.
gt
| IsGreaterThanOrEqualTo
| IsLessThan
| IsLessThanOrEqualTo