div === Returns result of first operand value divided by second operand value. The operands must be either be of integer or decimal type. The result of the div operations is always of decimal type. See also :doc:`plus`, :doc:`minus`, :doc:`multiply`. Syntax ------ .. code-block:: javascript div(value) =============== ============================ Parameter Description =============== ============================ ``value`` A primitive value or a value object. =============== ============================ Examples -------- .. code-block:: javascript $('AVar').div($('OtherVar')) $('HEIGHT').div(100)