o_Subtract From Integer Can Destroy
open override fun o_SubtractFromIntegerCanDestroy(self: AvailObject, anInteger: AvailObject, canDestroy: Boolean): A_Number
Difference the operands and answer the result.
Implementations may double-dispatch to subtractFromIntegerCanDestroy or subtractFromInfinityCanDestroy, where actual implementations of the subtraction operation should reside.
Return
The result of differencing the operands.
Parameters
self
An integral numeric.
an Integer
An integer.
can Destroy
true if the operation may modify either operand, false otherwise.