objectFromFloatRecycling

fun objectFromFloatRecycling(    aFloat: Float,     recyclable1: A_Number,     recyclable2: A_Number,     canDestroy: Boolean): A_Number

Construct an Avail boxed floating point object from the passed float.

Return

The boxed Avail float.

Parameters

aFloat

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.

canDestroy

Whether one of the given boxed Avail floats can be reused if it's mutable.