fromDouble

fun fromDouble(aDouble: Double): A_Number

Construct an Avail double-precision floating point object from the passed double. Do not answer an existing object.

Return

The boxed Avail double-precision floating point object.

Parameters

aDouble

The Kotlin Double to box.