o_DivideCanDestroy

open override fun o_DivideCanDestroy(self: AvailObject, aNumber: A_Number, canDestroy: Boolean): A_Number

Divide the operands and answer the result.

Implementations may double-dispatch to divideIntoIntegerCanDestroy or divideIntoInfinityCanDestroy, where actual implementations of the division operation should reside.

Return

The result of dividing the operands.

Parameters

self

An integral numeric.

aNumber

An integral numeric.

canDestroy

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

See also