gt
Gt returns true if the numeric value is greater than the threshold.
Gt returns true if the numeric value is greater than the threshold.
Input
int float
Parameters
| # | Type | Required |
|---|---|---|
| 0 | number | yes |
Returns
bool
Examples
{{ count | gt:0 }}
{{ price | gt:99 }}How is this guide?