numeric Compare To Double
fun A_Number.numericCompareToDouble(aDouble: Double): AbstractNumberDescriptor.Order
Content copied to clipboard
This produces the same value as numericCompare, but the argument is an unboxed double value.
Return
How the receiver compares to the specified double.
Parameters
a Double
The Double to numerically compare against.