class method SpahQL.DataHelper.mathLte
SpahQL.DataHelper.mathLte(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 or equal to the right value.