numeric Compare To Integer
fun A_Number.numericCompareToInteger(anInteger: AvailObject): AbstractNumberDescriptor.Order
Content copied to clipboard
This produces the same value as numericCompare, but the argument is known to be an integer.
Return
How the receiver compares to the specified integer.
Parameters
an Integer
The integer to numerically compare against.