o_AddToInfinityCanDestroy

abstract fun o_AddToInfinityCanDestroy(    self: AvailObject,     sign: AbstractNumberDescriptor.Sign,     canDestroy: Boolean): A_Number

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.

sign

The sign of the infinity.

canDestroy

true if the operation may modify either operand, false otherwise.