fromDoubleRecycling

fun fromDoubleRecycling(aDouble: Double, recyclable1: A_Number, canDestroy: Boolean): A_Number

Construct an Avail boxed double-precision floating point object from the passed double.

Return

The boxed Avail DoubleDescriptor double-precision floating point object.

Parameters

aDouble

The Kotlin Double to box.

recyclable1

An Avail double that may be reused if it's mutable.

canDestroy

Whether the passed recyclable can be replaced if it's mutable.