fromFloatRecycling

fun fromFloatRecycling(    aFloat: Float,     recyclable1: A_Number,     canDestroy: Boolean): A_Number

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

Return

The boxed Avail FloatDescriptor floating point object.

Parameters

aFloat

The Java float to box.

recyclable1

A boxed float that may be reused if it's mutable.

canDestroy

Whether the given float can be reused if it's mutable.