o_DivideIntoInfinityCanDestroy

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.

See also

Parameters

self

The divisor, an integral numeric.

sign

The sign of the infinity.

canDestroy

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