fromFloat

fun fromFloat(aFloat: Float): A_Number

Construct an Avail boxed floating point object from the passed float. Don't answer an existing object.

Return

The boxed Avail float.

Parameters

aFloat

The Java float to box.