greaterThan

fun A_Number.greaterThan(another: A_Number): Boolean

Answer whether the receiver is numerically greater than the argument.

Return

Whether the receiver is strictly greater than the argument.

Parameters

another