object From Double Recycling
fun objectFromDoubleRecycling(aDouble: Double, recyclable1: A_Number, recyclable2: A_Number, canDestroy: Boolean): A_Number
Construct an Avail boxed double-precision floating point object from the passed double.
Return
The boxed Avail double.
Parameters
a Double
The Kotlin Double to box.
recyclable1
An Avail double that may be reused if it's mutable.
recyclable2
Another Avail double that may be reused if it's mutable.
can Destroy
Whether one of the passed recyclables can be replaced if it's mutable.