add Double And Integer Can Destroy
fun addDoubleAndIntegerCanDestroy( aDouble: Double, anInteger: A_Number, canDestroy: Boolean): Double
Content copied to clipboard
Compute the sum of a Kotlin Double and an Avail integer. Answer the double nearest this ideal value.
Return
The sum as a double.
Parameters
a Double
A double value.
an Integer
An Avail integer to add.
can Destroy
Whether anInteger can be destroyed (if it's mutable).