greaterThan

infix fun greaterThan(other: Numbers<*>): Booleans

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


infix fun greaterThan(n: Number): Booleans

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


infix fun greaterThan(other: Real): Booleans

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