compare Double And Integer
fun compareDoubleAndInteger(aDouble: Double, anInteger: A_Number): AbstractNumberDescriptor.Order
Content copied to clipboard
Return
The Order of the double and integer.
Parameters
a Double
The double value to compare numerically.
an Integer
An Avail integer to compare against.