>= (greater than or equal to) (Concept)

AutoCAD

 
>= (greater than or equal to)
Concept Quick Reference
 
 
 

If the number val1 is greater than or equal to val2, the string returns 1; otherwise, it returns 0.

      $(>=, 
      val1
      , 
      val2
      )