class method SpahQL.DataHelper.mathGt
SpahQL.DataHelper.mathGt(left, right) → Boolean result
- left (Object, Array, Boolean, String, Number, null): The value at the left-hand side of the comparator
- right (Object, Array, Boolean, String, Number, null): The value at the right-hand side of the comparator
Compares two objects of any type under the rules of Spah comparisons, returning true if the left value is greater than to the right value.