o_MultiplyByInfinityCanDestroy

open override fun o_MultiplyByInfinityCanDestroy(    self: AvailObject,     sign: AbstractNumberDescriptor.Sign,     canDestroy: Boolean): A_Number

Multiply the operands and answer the result.

This method should only be called from timesCanDestroy. It exists for double-dispatch only.

Return

The result of multiplying the operands. If the operands were zero and InfinityDescriptor.

See also

Parameters

self

An integral numeric.

sign

The Sign of the InfinityDescriptor.

canDestroy

true if the operation may modify either operand, false otherwise.