greaterThan

infix fun greaterThan(other: SerialNumericOps<*, *>): Booleans

Returns a Booleans that is true when this is greater than another numeric profile.


infix fun greaterThan(n: Number): Booleans

Returns a Booleans that is true when this is greater than a constant number.