object From Float Recycling
fun objectFromFloatRecycling( aFloat: Float, recyclable1: A_Number, recyclable2: A_Number, canDestroy: Boolean): A_Number
Content copied to clipboard
Construct an Avail boxed floating point object from the passed float.
Return
The boxed Avail float.
Parameters
a Float
The Java float to box.
recyclable1
A boxed Avail float that may be reused if it's mutable.
recyclable2
Another boxed Avail float that may be reused if it's mutable.
can Destroy
Whether one of the given boxed Avail floats can be reused if it's mutable.