numeric Compare To Infinity
fun A_Number.numericCompareToInfinity(sign: AbstractNumberDescriptor.Sign): AbstractNumberDescriptor.Order
Content copied to clipboard
This produces the same value as numericCompare, but the argument is known to be an integral infinity whose Sign is provided.
Return
How the receiver compares to the specified infinity.
Parameters
sign
The sign of the integral infinity to compare against.