objectFromDoubleRecycling

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

aDouble

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.

canDestroy

Whether one of the passed recyclables can be replaced if it's mutable.