enum class CompareOp
Specifies the type of the comparison operator used by the Formula.Numeric propositions.
GT |
Greater than (>) |
GE |
Greater than or equal (>=) |
EQ |
Equal (==) |
NEQ |
Not equal (!=) |
LE |
Less than or equal (<=) |
LT |
Less than (<) |
toString |
fun toString(): String
Return a string representation which can be parsed to create an equivalent object. |