o_DivideIntoIntegerCanDestroy

open override fun o_DivideIntoIntegerCanDestroy(    self: AvailObject,     anInteger: AvailObject,     canDestroy: Boolean): A_Number

Divide the operands and answer the result.

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

Return

The result of dividing the operands.

See also

Parameters

self

The divisor, an integral numeric.

anInteger

The dividend, an IntegerDescriptor.

canDestroy

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