a >= b

Operand types

a: Number
b: Number

Type of returned value

Description

>= means GREATER THAN OR EQUAL TO and is a comparison operator that compares two quantities to evaluate whether the first is greater than or equal to (numerically) the second.

Used In

OFP/ArmA

Example

player distance redCar >= 100
Search OFPEC COMREF