addDoubleAndIntegerCanDestroy

fun addDoubleAndIntegerCanDestroy(    aDouble: Double,     anInteger: A_Number,     canDestroy: Boolean): Double

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

aDouble

A double value.

anInteger

An Avail integer to add.

canDestroy

Whether anInteger can be destroyed (if it's mutable).