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