gte
Gte returns true if the numeric value is greater than or equal to the threshold.
Gte returns true if the numeric value is greater than or equal to the threshold.
Input
int float
Parameters
| # | Type | Required |
|---|---|---|
| 0 | number | yes |
Returns
bool
Examples
{{ count | gte:1 }}
{{ score | gte:90 }}How is this guide?