mustBeLessThan(var, c)
mustBeLessThan(var, c, argPosition)
C++: void mustBeLessThan(const ArrayOfVector& args, const ArrayOf &c, int argPosition)
| Parameter | Description |
|---|---|
| var | a variable: logical or numeric array. |
| c | a variable: scalar numeric value. |
| argPosition | 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 |