| << mustBeLessThan | Validators | mustBeLogical >> |
| mustBeLessThanOrEqual(var, c) |
| mustBeLessThanOrEqual(var, c, argPosition) |
| C++: void mustBeLessThanOrEqual(const ArrayOfVector& args, const ArrayOf &c, int argPosition) |
a variable: logical or numeric array.
a variable: scalar numeric value.
a positive integer value: Position of input argument.
mustBeLessThanOrEqual checks that value is less than or equal to another value or issue error.
mustBeLessThanOrEqual(1, 0)
mustBeLessThanOrEqual([2 3 4],2)
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET