class method SpahQL.DataHelper.mathLt
SpahQL.DataHelper.mathLt(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 less than the right value.