a >= b


Returns true if a is greater than or equal b. Parameter a and b are interpreted numerically.

Description of Parameters


Parameter

Description

a

Value.

b

Value.

Examples


Parameter a

Parameter b

Result

1


true


1

false

2.5

2

true

1.5

2

false

2

2

true