gt
Returns if left operand value is greater than right operand value. The operands must be either be of integer or decimal type.
Syntax
gt(value)
Parameter |
Description |
---|---|
|
A primitive value or a value object to be compared to. |
Examples
$('AVar').gt($('OtherVar'))
$('HEIGHT').gt(100)