156 $this->lowerlimit = $limit;
170 $this->upperlimit = $limit;
216 $eval->suppress_errors =
true;
217 $result = $eval->e($value);
218 if (($result ===
false) || ($result ===
true)) {
222 if (($result >= $eval->e($this->lowerlimit)) && ($result <= $eval->e($this->upperlimit))) {
setUpperLimit($limit)
Set the upper limit.
getOrder()
Get the order of the range.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLowerLimit()
Get the lower limit.
contains($value)
Checks for a given value within the range.
getUpperLimit()
Get the upper limit.
setOrder($order)
Set the order.
getPoints()
Get the points.
__construct($lowerlimit=0.0, $upperlimit=0.0, $points=0.0, $order=0)
assNumericRange constructor
setLowerLimit($limit)
Set the lower limit.
setPoints($points)
Set the points.