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 plus, minus, multiply.
Syntax
div(value)
Parameter |
Description |
---|---|
|
A primitive value or a value object. |
Examples
$('AVar').div($('OtherVar'))
$('HEIGHT').div(100)