Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Constraint specifying value less than or equal to another value
IsLessThanOrEqualTo(
creates
a constraint specifying that an actual value is less than or equal
to another value. The constraint is satisfied if the actual value
array is less than or equal to the specified ceiling value, ceilVal
)ceilVal
.
The actual value is less than or equal to ceilVal
only
if the result of the expression actual <= ceilVal
is
nonempty and all values are true.
|
Maximum value to satisfy the constraint. |
|
Maximum value to satisfy the constraint. Set this property through
the constructor via the |
Value. To learn how value classes affect copy operations, see Copying Objects.