lessThan

fun A_Number.lessThan(another: A_Number): Boolean

Answer whether the receiver is numerically less than the argument.

Return

Whether the receiver is strictly less than the argument.

Parameters

another