o_Add To Integer Can Destroy
open override fun o_AddToIntegerCanDestroy( self: AvailObject, anInteger: AvailObject, canDestroy: Boolean): A_Number
Content copied to clipboard
Add the operands and answer the result.
This method should only be called from plusCanDestroy. It exists for double-dispatch only.
Return
The result of adding the operands.
See also
Parameters
self
An integral numeric.
an Integer
An IntegerDescriptor.
can Destroy
true if the operation may modify either operand, false otherwise.