o_Subtract From Infinity Can Destroy
abstract fun o_SubtractFromInfinityCanDestroy( self: AvailObject, sign: AbstractNumberDescriptor.Sign, 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.