o_Minus Can Destroy
abstract fun o_MinusCanDestroy( self: AvailObject, aNumber: A_Number, canDestroy: Boolean): A_Number
Content copied to clipboard
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.
See also
Parameters
self
An integral numeric.
a Number
An integral numeric.
can Destroy
true if the operation may modify either operand, false otherwise.