from Float Recycling
fun fromFloatRecycling( aFloat: Float, recyclable1: 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 FloatDescriptor floating point object.
Parameters
a Float
The Java float to box.
recyclable1
A boxed float that may be reused if it's mutable.
can Destroy
Whether the given float can be reused if it's mutable.