| << mustBeInteger | Validators | mustBeLessThanOrEqual >> |
| mustBeLessThan(var, c) |
| mustBeLessThan(var, c, argPosition) |
| C++: void mustBeLessThan(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.
mustBeLessThan checks that value is less than another value or issue error.
mustBeLessThan(1, 0)
mustBeLessThan(1, 2)
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET