Companion

object Companion

Functions

Link copied to clipboard

Answer the Avail object representing java.lang.Float.NEGATIVE_INFINITY.

Link copied to clipboard

Answer the Avail object representing Float#NaN.

Link copied to clipboard

Answer the Avail object representing java.lang.Float.POSITIVE_INFINITY.

Link copied to clipboard

Answer the Avail object representing 0.0f.

Link copied to clipboard
fun fromFloat(aFloat: Float): A_Number

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

Link copied to clipboard
fun fromFloatRecycling(aFloat: Float, recyclable1: A_Number, canDestroy: Boolean): A_Number

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

Link copied to clipboard
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.