at_least
Restrict the number to a minimum value; if the input parameter type is incorrect, convert the parameter to a number before making a comparison.
Params
number{Number}Enter a number, requiredmin{Number}Minimum Value, requiredreturns{Number}Return a number
Usage
{{at_least number min }}
Example
{{ at_least 4 5 }}
{{ at_least 4 3 }}
Was this article helpful to you?