Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Constraint specifying value greater than or equal to another value
IsGreaterThanOrEqualTo(
creates
a constraint specifying that an actual value is greater than or equal
to another value. The constraint is satisfied if the actual value
array is greater than or equal to the specified floor value, floorVal
)floorVal
.
The actual value is greater than or equal to floorVal
only
if the result of the expression actual >= floorVal
is
nonempty and all values are true.
|
Minimum value to satisfy the constraint. |
|
Minimum 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.