Awee

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

#TypeRequired
0numberyes

Returns

bool

Examples

{{ count | gte:1 }}
{{ score | gte:90 }}

How is this guide?

On this page