o_Divide Into Infinity Can Destroy
open override fun o_DivideIntoInfinityCanDestroy(self: AvailObject, sign: AbstractNumberDescriptor.Sign, canDestroy: Boolean): A_Number
Divide an infinity with the given Sign by the object and answer the result.
This method should only be called from divideCanDestroy. It exists for double-dispatch only.
Return
The result of dividing the operands.
Parameters
self
The divisor, an integral numeric.
sign
The sign of the infinity.
can Destroy
true if the operation may modify either operand, false otherwise.