src code

class method SpahQL.DataHelper.eqNumberRough

SpahQL.DataHelper.eqNumberRough(left, right) → Boolean result
  • left (Number) – The value at the left-hand side of the comparator
  • right (Number) – The value at the right-hand side of the comparator

Compares two numbers for equality using integer accuracy only.