o_Divide Into Integer Can Destroy
abstract 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.
Parameters
self
The divisor, an integral numeric.
an Integer
The dividend, an integer.
can Destroy
true if the operation may modify either operand, false otherwise.