Function that tests if the value of the argument variable is within the desired limits.
Syntax |
i32 range (real value, real min, real max) |
||||||
---|---|---|---|---|---|---|---|
value |
Is the unit to be examined (can be a generic expression) |
||||||
min |
Is the lower bound value (can be a generic expression) |
||||||
max |
Is the upper limit value (can be a generic expression) |
||||||
Result |
Returns:
|
||||||
Validity |
Rule, Task |
||||||
Note |
Example of use: |