multiplyByInfinityCanDestroy

fun A_Number.multiplyByInfinityCanDestroy(sign: AbstractNumberDescriptor.Sign, canDestroy: Boolean): A_Number

Multiply the receiver by the infinity with the given sign, potentially destroying the receiver if it's mutable and canDestroy is true.

Return

The product, possibly recycling the receiver if canDestroy is true.

Parameters

sign

The sign of the infinity by which to multiply the receiver.

canDestroy

Whether a mutable receiver may be destroyed and/or recycled to hold the product.