ge == Returns if left operand value is greater equal than right operand value. The operands must be either be of integer or decimal type. See also :doc:`gt`, :doc:`le`, :doc:`lt`. Syntax ------ .. code-block:: javascript ge(value) =============== ============================ Parameter Description =============== ============================ ``value`` A primitive value or a value object to be compared to. =============== ============================ Examples -------- .. code-block:: javascript $('AVar').ge($('OtherVar')) $('HEIGHT').ge(100)