o_MultiplyByIntegerCanDestroy

abstract override fun o_MultiplyByIntegerCanDestroy(self: AvailObject, anInteger: AvailObject, 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.

Parameters

self

An integral numeric.

anInteger
canDestroy

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

See also