Awee

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

#TypeRequired
0numberyes

Returns

bool

Examples

{{ count | gt:0 }}
{{ price | gt:99 }}

How is this guide?

On this page